#BDE7F9

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

Shades of Onahau #BDE7F9

Tints of Onahau #BDE7F9

Color information

#BDE7F9 (or 0xBDE7F9) is unknown color: approx Onahau. HEX triplet: BD, E7 and F9. RGB value is (189,231,249). Sum of RGB (Red+Green+Blue) = 189+231+249=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDE7F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDE7F9 is #421806. Grayscale: #DCDCDC. Windows color (decimal): -4331527 or 16377789. OLE color: 16377789.

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

Color convert

RGB189231249-
CMYK0.240.0700.02
HSL198º83.33%85.88%-
HSV(B)198º24.1%97.65%-
XYZ66.6674.81100.55-
YUV220.49144.09105.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.25%
GREEN value IS 231 (90.62% from 255) = 34.53%
BLUE value IS 249 (97.66% from 255) = 37.22%
R=28.25%
G=34.53%
B=37.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892312490.240.0700.0219883.3385.88
HexBDE7F918702c65356
Octal27534737130702306123126
Binary101111011110011111111001110001110101100011010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7F9; }

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

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

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

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

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

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

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

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