#BCEEF6

Color #BCEEF6 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BCEEF6

Tints of Onahau #BCEEF6

Color information

#BCEEF6 (or 0xBCEEF6) is unknown color: approx Onahau. HEX triplet: BC, EE and F6. RGB value is (188,238,246). Sum of RGB (Red+Green+Blue) = 188+238+246=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCEEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEF6 is #431109. Grayscale: #DFDFDF. Windows color (decimal): -4395274 or 16182972. OLE color: 16182972.

HSL color Cylindrical-coordinate representation of color #BCEEF6: hue angle of 188.28º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCEEF6 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188238246-
CMYK0.240.0300.04
HSL188.28º76.32%85.1%-
HSV(B)188.28º23.58%96.47%-
XYZ67.9578.4998.76-
YUV223.96140.44102.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 27.98%
GREEN value IS 238 (93.36% from 255) = 35.42%
BLUE value IS 246 (96.48% from 255) = 36.61%
R=27.98%
G=35.42%
B=36.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882382460.240.0300.04188.2876.3285.1
HexBCEEF618304bc4c55
Octal27435636630304274114125
Binary101111001110111011110110110001101001011110010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEF6; }

 p { color: rgb(188,238,246); }

 H1.HeaderClassName
 {
   color: #BCEEF6;
 }
 .AnyTagClassName
 {
   color: #BCEEF6;
 }
</style>
background-color css

<style>
 a { background-color: #BCEEF6; }

 a { background-color: rgb(188,238,246); }

 div.DivClassName
 {
   background-color: #BCEEF6;
 }
 .BgClassName
 {
   background-color: #BCEEF6;
 }
</style>
border-color css

<style>
 span { border-color: #BCEEF6; }

 span { border-color: rgb(188,238,246); }

 td.TdClassName
 {
   border-color: #BCEEF6;
 }
 .TagClassName
 {
   border-color: #BCEEF6;
 }
</style>