#BCEAF9

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

Shades of Onahau #BCEAF9

Tints of Onahau #BCEAF9

Color information

#BCEAF9 (or 0xBCEAF9) is unknown color: approx Onahau. HEX triplet: BC, EA and F9. RGB value is (188,234,249). Sum of RGB (Red+Green+Blue) = 188+234+249=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCEAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAF9 is #431506. Grayscale: #DDDDDD. Windows color (decimal): -4396295 or 16378556. OLE color: 16378556.

HSL color Cylindrical-coordinate representation of color #BCEAF9: hue angle of 194.75º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCEAF9 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188234249-
CMYK0.240.0600.02
HSL194.75º83.56%85.69%-
HSV(B)194.75º24.5%97.65%-
XYZ67.2676.38100.82-
YUV221.96143.26103.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.02%
GREEN value IS 234 (91.80% from 255) = 34.87%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=28.02%
G=34.87%
B=37.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882342490.240.0600.02194.7583.5685.69
HexBCEAF918602c35456
Octal27435237130602303124126
Binary101111001110101011111001110001100101100001110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAF9; }

 p { color: rgb(188,234,249); }

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

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

 a { background-color: rgb(188,234,249); }

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

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

 span { border-color: rgb(188,234,249); }

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