#BDEAEA

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

Shades of Onahau #BDEAEA

Tints of Onahau #BDEAEA

Color information

#BDEAEA (or 0xBDEAEA) is unknown color: approx Onahau. HEX triplet: BD, EA and EA. RGB value is (189,234,234). Sum of RGB (Red+Green+Blue) = 189+234+234=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #BDEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAEA is #421515. Grayscale: #DCDCDC. Windows color (decimal): -4330774 or 15395517. OLE color: 15395517.

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

Color convert

RGB189234234-
CMYK0.19000.08
HSL180º51.72%82.94%-
HSV(B)180º19.23%91.76%-
XYZ65.2675.689-
YUV220.54135.59105.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.77%
GREEN value IS 234 (91.80% from 255) = 35.62%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=28.77%
G=35.62%
B=35.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892342340.19000.0818051.7282.94
HexBDEAEA13008b43453
Octal27535235223001026464123
Binary10111101111010101110101010011001000101101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAEA; }

 p { color: rgb(189,234,234); }

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

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

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

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

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

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

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