#BFE7F9

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

Shades of Onahau #BFE7F9

Tints of Onahau #BFE7F9

Color information

#BFE7F9 (or 0xBFE7F9) is unknown color: approx Onahau. HEX triplet: BF, E7 and F9. RGB value is (191,231,249). Sum of RGB (Red+Green+Blue) = 191+231+249=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #BFE7F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7F9 is #401806. Grayscale: #DCDCDC. Windows color (decimal): -4200455 or 16377791. OLE color: 16377791.

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

Color convert

RGB191231249-
CMYK0.230.0700.02
HSL198.62º82.86%86.27%-
HSV(B)198.62º23.29%97.65%-
XYZ67.1675.07100.57-
YUV221.09143.75106.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.46%
GREEN value IS 231 (90.62% from 255) = 34.43%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=28.46%
G=34.43%
B=37.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912312490.230.0700.02198.6282.8686.27
HexBFE7F917702c75356
Octal27734737127702307123126
Binary101111111110011111111001101111110101100011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7F9; }

 p { color: rgb(191,231,249); }

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

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

 a { background-color: rgb(191,231,249); }

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

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

 span { border-color: rgb(191,231,249); }

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