#BFF7FC

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

Shades of Onahau #BFF7FC

Tints of Onahau #BFF7FC

Color information

#BFF7FC (or 0xBFF7FC) is unknown color: approx Onahau. HEX triplet: BF, F7 and FC. RGB value is (191,247,252). Sum of RGB (Red+Green+Blue) = 191+247+252=690 (91% of max value = 765). Red value is 191 (75% from 255 or 27.68% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFF7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF7FC is #400803. Grayscale: #E6E6E6. Windows color (decimal): -4196356 or 16578495. OLE color: 16578495.

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

Color convert

RGB191247252-
CMYK0.240.0200.01
HSL184.92º91.04%86.86%-
HSV(B)184.92º24.21%98.82%-
XYZ72.3284.63104.62-
YUV230.83139.9599.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.68%
GREEN value IS 247 (96.88% from 255) = 35.80%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=27.68%
G=35.80%
B=36.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912472520.240.0200.01184.9291.0486.86
HexBFF7FC18201b95b57
Octal27736737430201271133127
Binary1011111111110111111111001100010011011100110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF7FC; }

 p { color: rgb(191,247,252); }

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

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

 a { background-color: rgb(191,247,252); }

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

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

 span { border-color: rgb(191,247,252); }

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