#BFF0F6

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

Shades of Onahau #BFF0F6

Tints of Onahau #BFF0F6

Color information

#BFF0F6 (or 0xBFF0F6) is unknown color: approx Onahau. HEX triplet: BF, F0 and F6. RGB value is (191,240,246). Sum of RGB (Red+Green+Blue) = 191+240+246=677 (89% of max value = 765). Red value is 191 (75% from 255 or 28.21% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFF0F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF0F6 is #400F09. Grayscale: #E1E1E1. Windows color (decimal): -4198154 or 16183487. OLE color: 16183487.

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

Color convert

RGB191240246-
CMYK0.220.0200.04
HSL186.55º75.34%85.69%-
HSV(B)186.55º22.36%96.47%-
XYZ69.2880.0598.99-
YUV226.03139.27103.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.21%
GREEN value IS 240 (94.14% from 255) = 35.45%
BLUE value IS 246 (96.48% from 255) = 36.34%
R=28.21%
G=35.45%
B=36.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912402460.220.0200.04186.5575.3485.69
HexBFF0F616204bb4b56
Octal27736036626204273113126
Binary101111111111000011110110101101001001011101110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF0F6; }

 p { color: rgb(191,240,246); }

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

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

 a { background-color: rgb(191,240,246); }

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

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

 span { border-color: rgb(191,240,246); }

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