#BFECF1

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

Shades of Onahau #BFECF1

Tints of Onahau #BFECF1

Color information

#BFECF1 (or 0xBFECF1) is unknown color: approx Onahau. HEX triplet: BF, EC and F1. RGB value is (191,236,241). Sum of RGB (Red+Green+Blue) = 191+236+241=668 (88% of max value = 765). Red value is 191 (75% from 255 or 28.59% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFECF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFECF1 is #40130E. Grayscale: #DFDFDF. Windows color (decimal): -4199183 or 15854783. OLE color: 15854783.

HSL color Cylindrical-coordinate representation of color #BFECF1: hue angle of 186º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFECF1 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191236241-
CMYK0.210.0200.05
HSL186º64.1%84.71%-
HSV(B)186º20.75%94.51%-
XYZ67.3677.4294.61-
YUV223.11138.09105.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.59%
GREEN value IS 236 (92.58% from 255) = 35.33%
BLUE value IS 241 (94.53% from 255) = 36.08%
R=28.59%
G=35.33%
B=36.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912362410.210.0200.0518664.184.71
HexBFECF115205ba4055
Octal27735436125205272100125
Binary101111111110110011110001101011001011011101010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFECF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFECF1; }

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

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

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

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

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

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

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

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