#BFF1F6

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

Shades of Onahau #BFF1F6

Tints of Onahau #BFF1F6

Color information

#BFF1F6 (or 0xBFF1F6) is unknown color: approx Onahau. HEX triplet: BF, F1 and F6. RGB value is (191,241,246). Sum of RGB (Red+Green+Blue) = 191+241+246=678 (89% of max value = 765). Red value is 191 (75% from 255 or 28.17% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 246 (96.48% from 255 or 36.28% from 678); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFF1F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF1F6 is #400E09. Grayscale: #E2E2E2. Windows color (decimal): -4197898 or 16183743. OLE color: 16183743.

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

Color convert

RGB191241246-
CMYK0.220.0200.04
HSL185.45º75.34%85.69%-
HSV(B)185.45º22.36%96.47%-
XYZ69.5880.6499.09-
YUV226.62138.94102.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.17%
GREEN value IS 241 (94.53% from 255) = 35.55%
BLUE value IS 246 (96.48% from 255) = 36.28%
R=28.17%
G=35.55%
B=36.28%

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
Decimal1912412460.220.0200.04185.4575.3485.69
HexBFF1F616204b94b56
Octal27736136626204271113126
Binary101111111111000111110110101101001001011100110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF1F6; }

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

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

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

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

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

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

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

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