#BFF2FC

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

Shades of Onahau #BFF2FC

Tints of Onahau #BFF2FC

Color information

#BFF2FC (or 0xBFF2FC) is unknown color: approx Onahau. HEX triplet: BF, F2 and FC. RGB value is (191,242,252). Sum of RGB (Red+Green+Blue) = 191+242+252=685 (90% of max value = 765). Red value is 191 (75% from 255 or 27.88% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFF2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF2FC is #400D03. Grayscale: #E3E3E3. Windows color (decimal): -4197636 or 16577215. OLE color: 16577215.

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

Color convert

RGB191242252-
CMYK0.240.0400.01
HSL189.84º91.04%86.86%-
HSV(B)189.84º24.21%98.82%-
XYZ70.8181.61104.12-
YUV227.89141.6101.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.88%
GREEN value IS 242 (94.92% from 255) = 35.33%
BLUE value IS 252 (98.83% from 255) = 36.79%
R=27.88%
G=35.33%
B=36.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912422520.240.0400.01189.8491.0486.86
HexBFF2FC18401be5b57
Octal27736237430401276133127
Binary10111111111100101111110011000100011011111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF2FC; }

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

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

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

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

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

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

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

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