#BFCABC

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

Shades of Surf Crest #BFCABC

Tints of Surf Crest #BFCABC

Color information

#BFCABC (or 0xBFCABC) is unknown color: approx Surf Crest. HEX triplet: BF, CA and BC. RGB value is (191,202,188). Sum of RGB (Red+Green+Blue) = 191+202+188=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCABC is #403543. Grayscale: #C5C5C5. Windows color (decimal): -4207940 or 12372671. OLE color: 12372671.

HSL color Cylindrical-coordinate representation of color #BFCABC: hue angle of 107.14º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCABC is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB191202188-
CMYK0.0500.070.21
HSL107.14º11.67%76.47%-
HSV(B)107.14º6.93%79.22%-
XYZ51.6856.9555.85-
YUV197.12122.86123.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 188 (73.83% from 255) = 32.36%
R=32.87%
G=34.77%
B=32.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021880.0500.070.21107.1411.6776.47
HexBFCABC507156bc4c
Octal2773122745072515314114
Binary101111111100101010111100101011110101110101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCABC; }

 p { color: rgb(191,202,188); }

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

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

 a { background-color: rgb(191,202,188); }

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

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

 span { border-color: rgb(191,202,188); }

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