#BFE9FA

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

Shades of Onahau #BFE9FA

Tints of Onahau #BFE9FA

Color information

#BFE9FA (or 0xBFE9FA) is unknown color: approx Onahau. HEX triplet: BF, E9 and FA. RGB value is (191,233,250). Sum of RGB (Red+Green+Blue) = 191+233+250=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE9FA is #401605. Grayscale: #DEDEDE. Windows color (decimal): -4199942 or 16443839. OLE color: 16443839.

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

Color convert

RGB191233250-
CMYK0.240.0700.02
HSL197.29º85.51%86.47%-
HSV(B)197.29º23.6%98.04%-
XYZ67.8876.26101.58-
YUV222.38143.59105.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.34%
GREEN value IS 233 (91.41% from 255) = 34.57%
BLUE value IS 250 (98.05% from 255) = 37.09%
R=28.34%
G=34.57%
B=37.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912332500.240.0700.02197.2985.5186.47
HexBFE9FA18702c55656
Octal27735137230702305126126
Binary101111111110100111111010110001110101100010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE9FA; }

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

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

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

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

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

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

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

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