#BCEAED

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

Shades of Onahau #BCEAED

Tints of Onahau #BCEAED

Color information

#BCEAED (or 0xBCEAED) is unknown color: approx Onahau. HEX triplet: BC, EA and ED. RGB value is (188,234,237). Sum of RGB (Red+Green+Blue) = 188+234+237=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEAED is #431512. Grayscale: #DCDCDC. Windows color (decimal): -4396307 or 15592124. OLE color: 15592124.

HSL color Cylindrical-coordinate representation of color #BCEAED: hue angle of 183.67º 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 #BCEAED is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188234237-
CMYK0.210.0100.07
HSL183.67º57.65%83.33%-
HSV(B)183.67º20.68%92.94%-
XYZ65.4575.6591.27-
YUV220.59137.26104.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.53%
GREEN value IS 234 (91.80% from 255) = 35.51%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=28.53%
G=35.51%
B=35.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882342370.210.0100.07183.6757.6583.33
HexBCEAED15107b83a53
Octal2743523552510727072123
Binary1011110011101010111011011010110111101110001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEAED; }

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

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

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

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

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

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

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

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