#BFEEF4

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

Shades of Onahau #BFEEF4

Tints of Onahau #BFEEF4

Color information

#BFEEF4 (or 0xBFEEF4) is unknown color: approx Onahau. HEX triplet: BF, EE and F4. RGB value is (191,238,244). Sum of RGB (Red+Green+Blue) = 191+238+244=673 (89% of max value = 765). Red value is 191 (75% from 255 or 28.38% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 244 (95.70% from 255 or 36.26% from 673); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEF4 is #40110B. Grayscale: #E0E0E0. Windows color (decimal): -4198668 or 16051903. OLE color: 16051903.

HSL color Cylindrical-coordinate representation of color #BFEEF4: hue angle of 186.79º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFEEF4 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191238244-
CMYK0.220.0200.04
HSL186.79º70.67%85.29%-
HSV(B)186.79º21.72%95.69%-
XYZ68.3978.7697.19-
YUV224.63138.93104.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.38%
GREEN value IS 238 (93.36% from 255) = 35.36%
BLUE value IS 244 (95.70% from 255) = 36.26%
R=28.38%
G=35.36%
B=36.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912382440.220.0200.04186.7970.6785.29
HexBFEEF416204bb4755
Octal27735636426204273107125
Binary101111111110111011110100101101001001011101110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEF4; }

 p { color: rgb(191,238,244); }

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

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

 a { background-color: rgb(191,238,244); }

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

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

 span { border-color: rgb(191,238,244); }

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