#BFCEBA

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

Shades of Surf Crest #BFCEBA

Tints of Surf Crest #BFCEBA

Color information

#BFCEBA (or 0xBFCEBA) is unknown color: approx Surf Crest. HEX triplet: BF, CE and BA. RGB value is (191,206,186). Sum of RGB (Red+Green+Blue) = 191+206+186=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEBA is #403145. Grayscale: #C7C7C7. Windows color (decimal): -4206918 or 12242623. OLE color: 12242623.

HSL color Cylindrical-coordinate representation of color #BFCEBA: hue angle of 105º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFCEBA is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB191206186-
CMYK0.0700.100.19
HSL105º16.95%76.86%-
HSV(B)105º9.71%80.78%-
XYZ52.4258.7655.03-
YUV199.24120.53122.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 206 (80.86% from 255) = 35.33%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=32.76%
G=35.33%
B=31.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061860.0700.100.1910516.9576.86
HexBFCEBA70A1369114d
Octal27731627270122315121115
Binary10111111110011101011101011101010100111101001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEBA; }

 p { color: rgb(191,206,186); }

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

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

 a { background-color: rgb(191,206,186); }

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

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

 span { border-color: rgb(191,206,186); }

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