#BCE0ED

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

Shades of Onahau #BCE0ED

Tints of Onahau #BCE0ED

Color information

#BCE0ED (or 0xBCE0ED) is unknown color: approx Onahau. HEX triplet: BC, E0 and ED. RGB value is (188,224,237). Sum of RGB (Red+Green+Blue) = 188+224+237=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE0ED is #431F12. Grayscale: #D6D6D6. Windows color (decimal): -4398867 or 15589564. OLE color: 15589564.

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

Color convert

RGB188224237-
CMYK0.210.0500.07
HSL195.92º57.65%83.33%-
HSV(B)195.92º20.68%92.94%-
XYZ62.6870.1290.35-
YUV214.72140.57108.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 224 (87.89% from 255) = 34.51%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=28.97%
G=34.51%
B=36.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882242370.210.0500.07195.9257.6583.33
HexBCE0ED15507c43a53
Octal2743403552550730472123
Binary101111001110000011101101101011010111110001001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0ED; }

 p { color: rgb(188,224,237); }

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

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

 a { background-color: rgb(188,224,237); }

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

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

 span { border-color: rgb(188,224,237); }

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