#BFF5FC

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

Shades of Onahau #BFF5FC

Tints of Onahau #BFF5FC

Color information

#BFF5FC (or 0xBFF5FC) is unknown color: approx Onahau. HEX triplet: BF, F5 and FC. RGB value is (191,245,252). Sum of RGB (Red+Green+Blue) = 191+245+252=688 (91% of max value = 765). Red value is 191 (75% from 255 or 27.76% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFF5FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5FC is #400A03. Grayscale: #E5E5E5. Windows color (decimal): -4196868 or 16577983. OLE color: 16577983.

HSL color Cylindrical-coordinate representation of color #BFF5FC: hue angle of 186.89º 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 #BFF5FC is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191245252-
CMYK0.240.0300.01
HSL186.89º91.04%86.86%-
HSV(B)186.89º24.21%98.82%-
XYZ71.7183.41104.42-
YUV229.65140.61100.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.76%
GREEN value IS 245 (96.09% from 255) = 35.61%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=27.76%
G=35.61%
B=36.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912452520.240.0300.01186.8991.0486.86
HexBFF5FC18301bb5b57
Octal27736537430301273133127
Binary1011111111110101111111001100011011011101110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF5FC; }

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

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

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

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

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

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

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

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