#BFEFF5

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

Shades of Onahau #BFEFF5

Tints of Onahau #BFEFF5

Color information

#BFEFF5 (or 0xBFEFF5) is unknown color: approx Onahau. HEX triplet: BF, EF and F5. RGB value is (191,239,245). Sum of RGB (Red+Green+Blue) = 191+239+245=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 245 (96.09% from 255 or 36.30% from 675); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFEFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFEFF5 is #40100A. Grayscale: #E1E1E1. Windows color (decimal): -4198411 or 16117695. OLE color: 16117695.

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

Color convert

RGB191239245-
CMYK0.220.0200.04
HSL186.67º72.97%85.49%-
HSV(B)186.67º22.04%96.08%-
XYZ68.8379.498.08-
YUV225.33139.1103.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.30%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 245 (96.09% from 255) = 36.30%
R=28.30%
G=35.41%
B=36.30%

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
Decimal1912392450.220.0200.04186.6772.9785.49
HexBFEFF516204bb4955
Octal27735736526204273111125
Binary101111111110111111110101101101001001011101110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEFF5; }

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

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

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

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

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

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

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

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