#BDF1FB

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

Shades of Onahau #BDF1FB

Tints of Onahau #BDF1FB

Color information

#BDF1FB (or 0xBDF1FB) is unknown color: approx Onahau. HEX triplet: BD, F1 and FB. RGB value is (189,241,251). Sum of RGB (Red+Green+Blue) = 189+241+251=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF1FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1FB is #420E04. Grayscale: #E2E2E2. Windows color (decimal): -4328965 or 16511421. OLE color: 16511421.

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

Color convert

RGB189241251-
CMYK0.250.0400.02
HSL189.68º88.57%86.27%-
HSV(B)189.68º24.7%98.43%-
XYZ69.8580.69103.16-
YUV226.59141.77101.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.75%
GREEN value IS 241 (94.53% from 255) = 35.39%
BLUE value IS 251 (98.44% from 255) = 36.86%
R=27.75%
G=35.39%
B=36.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892412510.250.0400.02189.6888.5786.27
HexBDF1FB19402be5956
Octal27536137331402276131126
Binary101111011111000111111011110011000101011111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1FB; }

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

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

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

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

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

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

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

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