#BCEEF9

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

Shades of Onahau #BCEEF9

Tints of Onahau #BCEEF9

Color information

#BCEEF9 (or 0xBCEEF9) is unknown color: approx Onahau. HEX triplet: BC, EE and F9. RGB value is (188,238,249). Sum of RGB (Red+Green+Blue) = 188+238+249=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCEEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEF9 is #431106. Grayscale: #E0E0E0. Windows color (decimal): -4395271 or 16379580. OLE color: 16379580.

HSL color Cylindrical-coordinate representation of color #BCEEF9: hue angle of 190.82º 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 #BCEEF9 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188238249-
CMYK0.240.0400.02
HSL190.82º83.56%85.69%-
HSV(B)190.82º24.5%97.65%-
XYZ68.4178.68101.2-
YUV224.3141.94102.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.85%
GREEN value IS 238 (93.36% from 255) = 35.26%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=27.85%
G=35.26%
B=36.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882382490.240.0400.02190.8283.5685.69
HexBCEEF918402bf5456
Octal27435637130402277124126
Binary101111001110111011111001110001000101011111110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEEF9; }

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

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

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

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

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

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

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

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