#BFE9FB

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

Shades of Onahau #BFE9FB

Tints of Onahau #BFE9FB

Color information

#BFE9FB (or 0xBFE9FB) is unknown color: approx Onahau. HEX triplet: BF, E9 and FB. RGB value is (191,233,251). Sum of RGB (Red+Green+Blue) = 191+233+251=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFE9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE9FB is #401604. Grayscale: #DEDEDE. Windows color (decimal): -4199941 or 16509375. OLE color: 16509375.

HSL color Cylindrical-coordinate representation of color #BFE9FB: hue angle of 198º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFE9FB is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191233251-
CMYK0.240.0700.02
HSL198º88.24%86.67%-
HSV(B)198º23.9%98.43%-
XYZ68.0476.32102.41-
YUV222.49144.09105.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.30%
GREEN value IS 233 (91.41% from 255) = 34.52%
BLUE value IS 251 (98.44% from 255) = 37.19%
R=28.30%
G=34.52%
B=37.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912332510.240.0700.0219888.2486.67
HexBFE9FB18702c65857
Octal27735137330702306130127
Binary101111111110100111111011110001110101100011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE9FB; }

 p { color: rgb(191,233,251); }

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

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

 a { background-color: rgb(191,233,251); }

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

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

 span { border-color: rgb(191,233,251); }

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