#BDF0F9

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

Shades of Onahau #BDF0F9

Tints of Onahau #BDF0F9

Color information

#BDF0F9 (or 0xBDF0F9) is unknown color: approx Onahau. HEX triplet: BD, F0 and F9. RGB value is (189,240,249). Sum of RGB (Red+Green+Blue) = 189+240+249=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDF0F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0F9 is #420F06. Grayscale: #E1E1E1. Windows color (decimal): -4329223 or 16380093. OLE color: 16380093.

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

Color convert

RGB189240249-
CMYK0.240.0400.02
HSL189º83.33%85.88%-
HSV(B)189º24.1%97.65%-
XYZ69.2579.98101.41-
YUV225.78141.1101.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.88%
GREEN value IS 240 (94.14% from 255) = 35.40%
BLUE value IS 249 (97.66% from 255) = 36.73%
R=27.88%
G=35.40%
B=36.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892402490.240.0400.0218983.3385.88
HexBDF0F918402bd5356
Octal27536037130402275123126
Binary101111011111000011111001110001000101011110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0F9; }

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

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

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

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

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

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

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

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