#BFCCBC

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

Shades of Surf Crest #BFCCBC

Tints of Surf Crest #BFCCBC

Color information

#BFCCBC (or 0xBFCCBC) is unknown color: approx Surf Crest. HEX triplet: BF, CC and BC. RGB value is (191,204,188). Sum of RGB (Red+Green+Blue) = 191+204+188=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCBC is #403343. Grayscale: #C6C6C6. Windows color (decimal): -4207428 or 12373183. OLE color: 12373183.

HSL color Cylindrical-coordinate representation of color #BFCCBC: hue angle of 108.75º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCCBC is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB191204188-
CMYK0.0600.080.2
HSL108.75º13.56%76.86%-
HSV(B)108.75º7.84%80%-
XYZ52.1657.8956-
YUV198.29122.19122.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.76%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 188 (73.83% from 255) = 32.25%
R=32.76%
G=34.99%
B=32.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041880.0600.080.2108.7513.5676.86
HexBFCCBC608146de4d
Octal27731427460102415516115
Binary1011111111001100101111001100100010100110110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCBC; }

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

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

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

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

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

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

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

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