#BDEAEE

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

Shades of Onahau #BDEAEE

Tints of Onahau #BDEAEE

Color information

#BDEAEE (or 0xBDEAEE) is unknown color: approx Onahau. HEX triplet: BD, EA and EE. RGB value is (189,234,238). Sum of RGB (Red+Green+Blue) = 189+234+238=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAEE is #421511. Grayscale: #DCDCDC. Windows color (decimal): -4330770 or 15657661. OLE color: 15657661.

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

Color convert

RGB189234238-
CMYK0.210.0200.07
HSL184.9º59.04%83.73%-
HSV(B)184.9º20.59%93.33%-
XYZ65.8475.8492.06-
YUV221137.59105.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.59%
GREEN value IS 234 (91.80% from 255) = 35.40%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=28.59%
G=35.40%
B=36.01%

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
Decimal1892342380.210.0200.07184.959.0483.73
HexBDEAEE15207b93b54
Octal2753523562520727173124
Binary10111101111010101110111010101100111101110011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAEE; }

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

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

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

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

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

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

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

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