#BDE3F9

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

Shades of Onahau #BDE3F9

Tints of Onahau #BDE3F9

Color information

#BDE3F9 (or 0xBDE3F9) is unknown color: approx Onahau. HEX triplet: BD, E3 and F9. RGB value is (189,227,249). Sum of RGB (Red+Green+Blue) = 189+227+249=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 227 (89.06% from 255 or 34.14% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDE3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE3F9 is #421C06. Grayscale: #DADADA. Windows color (decimal): -4332551 or 16376765. OLE color: 16376765.

HSL color Cylindrical-coordinate representation of color #BDE3F9: hue angle of 202º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDE3F9 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189227249-
CMYK0.240.0900.02
HSL202º83.33%85.88%-
HSV(B)202º24.1%97.65%-
XYZ65.5572.6100.18-
YUV218.15145.41107.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.42%
GREEN value IS 227 (89.06% from 255) = 34.14%
BLUE value IS 249 (97.66% from 255) = 37.44%
R=28.42%
G=34.14%
B=37.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892272490.240.0900.0220283.3385.88
HexBDE3F918902ca5356
Octal275343371301102312123126
Binary1011110111100011111110011100010010101100101010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3F9; }

 p { color: rgb(189,227,249); }

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

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

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

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

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

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

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