#BDE5F9

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

Shades of Onahau #BDE5F9

Tints of Onahau #BDE5F9

Color information

#BDE5F9 (or 0xBDE5F9) is unknown color: approx Onahau. HEX triplet: BD, E5 and F9. RGB value is (189,229,249). Sum of RGB (Red+Green+Blue) = 189+229+249=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDE5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDE5F9 is #421A06. Grayscale: #DBDBDB. Windows color (decimal): -4332039 or 16377277. OLE color: 16377277.

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

Color convert

RGB189229249-
CMYK0.240.0800.02
HSL200º83.33%85.88%-
HSV(B)200º24.1%97.65%-
XYZ66.173.7100.36-
YUV219.32144.75106.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.34%
GREEN value IS 229 (89.84% from 255) = 34.33%
BLUE value IS 249 (97.66% from 255) = 37.33%
R=28.34%
G=34.33%
B=37.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892292490.240.0800.0220083.3385.88
HexBDE5F918802c85356
Octal275345371301002310123126
Binary1011110111100101111110011100010000101100100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE5F9; }

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

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

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

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

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

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

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

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