#BDF2FB

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

Shades of Onahau #BDF2FB

Tints of Onahau #BDF2FB

Color information

#BDF2FB (or 0xBDF2FB) is unknown color: approx Onahau. HEX triplet: BD, F2 and FB. RGB value is (189,242,251). Sum of RGB (Red+Green+Blue) = 189+242+251=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2FB is #420D04. Grayscale: #E3E3E3. Windows color (decimal): -4328709 or 16511677. OLE color: 16511677.

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

Color convert

RGB189242251-
CMYK0.250.0400.02
HSL188.71º88.57%86.27%-
HSV(B)188.71º24.7%98.43%-
XYZ70.1581.29103.26-
YUV227.18141.44100.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.71%
GREEN value IS 242 (94.92% from 255) = 35.48%
BLUE value IS 251 (98.44% from 255) = 36.80%
R=27.71%
G=35.48%
B=36.80%

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
Decimal1892422510.250.0400.02188.7188.5786.27
HexBDF2FB19402bd5956
Octal27536237331402275131126
Binary101111011111001011111011110011000101011110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2FB; }

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

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

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

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

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

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

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

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