#BDEAEB

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

Shades of Onahau #BDEAEB

Tints of Onahau #BDEAEB

Color information

#BDEAEB (or 0xBDEAEB) is unknown color: approx Onahau. HEX triplet: BD, EA and EB. RGB value is (189,234,235). Sum of RGB (Red+Green+Blue) = 189+234+235=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDEAEB is #421514. Grayscale: #DCDCDC. Windows color (decimal): -4330773 or 15461053. OLE color: 15461053.

HSL color Cylindrical-coordinate representation of color #BDEAEB: hue angle of 181.3º degrees, saturation: 0.53, 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 #BDEAEB is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB189234235-
CMYK0.200.0000.08
HSL181.3º53.49%83.14%-
HSV(B)181.3º19.57%92.16%-
XYZ65.475.6689.75-
YUV220.66136.09105.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.72%
GREEN value IS 234 (91.80% from 255) = 35.56%
BLUE value IS 235 (92.19% from 255) = 35.71%
R=28.72%
G=35.56%
B=35.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892342350.200.0000.08181.353.4983.14
HexBDEAEB14008b53553
Octal27535235324001026565123
Binary10111101111010101110101110100001000101101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEAEB; }

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

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

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

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

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

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

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

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