#BCE9EE

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

Shades of Onahau #BCE9EE

Tints of Onahau #BCE9EE

Color information

#BCE9EE (or 0xBCE9EE) is unknown color: approx Onahau. HEX triplet: BC, E9 and EE. RGB value is (188,233,238). Sum of RGB (Red+Green+Blue) = 188+233+238=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9EE is #431611. Grayscale: #DCDCDC. Windows color (decimal): -4396562 or 15657404. OLE color: 15657404.

HSL color Cylindrical-coordinate representation of color #BCE9EE: hue angle of 186º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE9EE is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188233238-
CMYK0.210.0200.07
HSL186º59.52%83.53%-
HSV(B)186º21.01%93.33%-
XYZ65.3175.1491.95-
YUV220.11138.09105.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.53%
GREEN value IS 233 (91.41% from 255) = 35.36%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=28.53%
G=35.36%
B=36.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882332380.210.0200.0718659.5283.53
HexBCE9EE15207ba3c54
Octal2743513562520727274124
Binary10111100111010011110111010101100111101110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE9EE; }

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

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

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

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

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

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

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

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