#BFECF4

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

Shades of Onahau #BFECF4

Tints of Onahau #BFECF4

Color information

#BFECF4 (or 0xBFECF4) is unknown color: approx Onahau. HEX triplet: BF, EC and F4. RGB value is (191,236,244). Sum of RGB (Red+Green+Blue) = 191+236+244=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #BFECF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECF4 is #40130B. Grayscale: #DFDFDF. Windows color (decimal): -4199180 or 16051391. OLE color: 16051391.

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

Color convert

RGB191236244-
CMYK0.220.0300.04
HSL189.06º70.67%85.29%-
HSV(B)189.06º21.72%95.69%-
XYZ67.8177.696.99-
YUV223.46139.59104.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.46%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 244 (95.70% from 255) = 36.36%
R=28.46%
G=35.17%
B=36.36%

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
Decimal1912362440.220.0300.04189.0670.6785.29
HexBFECF416304bd4755
Octal27735436426304275107125
Binary101111111110110011110100101101101001011110110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECF4; }

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

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

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

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

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

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

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

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