#BFF2FA

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

Shades of Onahau #BFF2FA

Tints of Onahau #BFF2FA

Color information

#BFF2FA (or 0xBFF2FA) is unknown color: approx Onahau. HEX triplet: BF, F2 and FA. RGB value is (191,242,250). Sum of RGB (Red+Green+Blue) = 191+242+250=683 (90% of max value = 765). Red value is 191 (75% from 255 or 27.96% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF2FA is #400D05. Grayscale: #E3E3E3. Windows color (decimal): -4197638 or 16446143. OLE color: 16446143.

HSL color Cylindrical-coordinate representation of color #BFF2FA: hue angle of 188.14º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF2FA is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191242250-
CMYK0.240.0300.02
HSL188.14º85.51%86.47%-
HSV(B)188.14º23.6%98.04%-
XYZ70.4981.48102.45-
YUV227.66140.6101.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.96%
GREEN value IS 242 (94.92% from 255) = 35.43%
BLUE value IS 250 (98.05% from 255) = 36.60%
R=27.96%
G=35.43%
B=36.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912422500.240.0300.02188.1485.5186.47
HexBFF2FA18302bc5656
Octal27736237230302274126126
Binary10111111111100101111101011000110101011110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF2FA; }

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

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

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

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

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

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

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

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