#BDF0FB

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

Shades of Onahau #BDF0FB

Tints of Onahau #BDF0FB

Color information

#BDF0FB (or 0xBDF0FB) is unknown color: approx Onahau. HEX triplet: BD, F0 and FB. RGB value is (189,240,251). Sum of RGB (Red+Green+Blue) = 189+240+251=680 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.79% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0FB is #420F04. Grayscale: #E1E1E1. Windows color (decimal): -4329221 or 16511165. OLE color: 16511165.

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

Color convert

RGB189240251-
CMYK0.250.0400.02
HSL190.65º88.57%86.27%-
HSV(B)190.65º24.7%98.43%-
XYZ69.5680.1103.06-
YUV226142.1101.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.79%
GREEN value IS 240 (94.14% from 255) = 35.29%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=27.79%
G=35.29%
B=36.91%

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
Decimal1892402510.250.0400.02190.6588.5786.27
HexBDF0FB19402bf5956
Octal27536037331402277131126
Binary101111011111000011111011110011000101011111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0FB; }

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

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

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

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

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

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

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

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