#BCE8EA

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

Shades of Onahau #BCE8EA

Tints of Onahau #BCE8EA

Color information

#BCE8EA (or 0xBCE8EA) is unknown color: approx Onahau. HEX triplet: BC, E8 and EA. RGB value is (188,232,234). Sum of RGB (Red+Green+Blue) = 188+232+234=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCE8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8EA is #431715. Grayscale: #DBDBDB. Windows color (decimal): -4396822 or 15395004. OLE color: 15395004.

HSL color Cylindrical-coordinate representation of color #BCE8EA: hue angle of 182.61º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE8EA is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188232234-
CMYK0.200.0100.08
HSL182.61º52.27%82.75%-
HSV(B)182.61º19.66%91.76%-
XYZ64.4574.3588.8-
YUV219.07136.42105.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.75%
GREEN value IS 232 (91.02% from 255) = 35.47%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=28.75%
G=35.47%
B=35.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882322340.200.0100.08182.6152.2782.75
HexBCE8EA14108b73453
Octal27435035224101026764123
Binary10111100111010001110101010100101000101101111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE8EA; }

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

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

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

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

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

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

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

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