#BFEEF5

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

Shades of Onahau #BFEEF5

Tints of Onahau #BFEEF5

Color information

#BFEEF5 (or 0xBFEEF5) is unknown color: approx Onahau. HEX triplet: BF, EE and F5. RGB value is (191,238,245). Sum of RGB (Red+Green+Blue) = 191+238+245=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 245 (96.09% from 255 or 36.35% from 674); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEEF5 is #40110A. Grayscale: #E0E0E0. Windows color (decimal): -4198667 or 16117439. OLE color: 16117439.

HSL color Cylindrical-coordinate representation of color #BFEEF5: hue angle of 187.78º degrees, saturation: 0.73, 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 #BFEEF5 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191238245-
CMYK0.220.0300.04
HSL187.78º72.97%85.49%-
HSV(B)187.78º22.04%96.08%-
XYZ68.5478.8297.99-
YUV224.74139.43103.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.34%
GREEN value IS 238 (93.36% from 255) = 35.31%
BLUE value IS 245 (96.09% from 255) = 36.35%
R=28.34%
G=35.31%
B=36.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912382450.220.0300.04187.7872.9785.49
HexBFEEF516304bc4955
Octal27735636526304274111125
Binary101111111110111011110101101101101001011110010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEEF5; }

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

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

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

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

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

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

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

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