#BDF1F9

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

Shades of Onahau #BDF1F9

Tints of Onahau #BDF1F9

Color information

#BDF1F9 (or 0xBDF1F9) is unknown color: approx Onahau. HEX triplet: BD, F1 and F9. RGB value is (189,241,249). Sum of RGB (Red+Green+Blue) = 189+241+249=679 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.84% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 249 (97.66% from 255 or 36.67% from 679); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDF1F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1F9 is #420E06. Grayscale: #E2E2E2. Windows color (decimal): -4328967 or 16380349. OLE color: 16380349.

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

Color convert

RGB189241249-
CMYK0.240.0300.02
HSL188º83.33%85.88%-
HSV(B)188º24.1%97.65%-
XYZ69.5480.57101.51-
YUV226.36140.77101.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.84%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 249 (97.66% from 255) = 36.67%
R=27.84%
G=35.49%
B=36.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892412490.240.0300.0218883.3385.88
HexBDF1F918302bc5356
Octal27536137130302274123126
Binary10111101111100011111100111000110101011110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1F9; }

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

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

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

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

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

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

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

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