#BDE0EB

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

Shades of Onahau #BDE0EB

Tints of Onahau #BDE0EB

Color information

#BDE0EB (or 0xBDE0EB) is unknown color: approx Onahau. HEX triplet: BD, E0 and EB. RGB value is (189,224,235). Sum of RGB (Red+Green+Blue) = 189+224+235=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDE0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE0EB is #421F14. Grayscale: #D6D6D6. Windows color (decimal): -4333333 or 15458493. OLE color: 15458493.

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

Color convert

RGB189224235-
CMYK0.200.0500.08
HSL194.35º53.49%83.14%-
HSV(B)194.35º19.57%92.16%-
XYZ62.6470.1388.83-
YUV214.79139.4109.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.17%
GREEN value IS 224 (87.89% from 255) = 34.57%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=29.17%
G=34.57%
B=36.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892242350.200.0500.08194.3553.4983.14
HexBDE0EB14508c23553
Octal27534035324501030265123
Binary1011110111100000111010111010010101000110000101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0EB; }

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

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

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

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

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

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

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

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