#BFCCB8

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

Shades of Surf Crest #BFCCB8

Tints of Surf Crest #BFCCB8

Color information

#BFCCB8 (or 0xBFCCB8) is unknown color: approx Surf Crest. HEX triplet: BF, CC and B8. RGB value is (191,204,184). Sum of RGB (Red+Green+Blue) = 191+204+184=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCB8 is #403347. Grayscale: #C5C5C5. Windows color (decimal): -4207432 or 12111039. OLE color: 12111039.

HSL color Cylindrical-coordinate representation of color #BFCCB8: hue angle of 99º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFCCB8 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB191204184-
CMYK0.0600.100.2
HSL99º16.39%76.08%-
HSV(B)99º9.8%80%-
XYZ51.7357.7253.76-
YUV197.83120.19123.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.99%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 184 (72.27% from 255) = 31.78%
R=32.99%
G=35.23%
B=31.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1912041840.0600.100.29916.3976.08
HexBFCCB860A1463104c
Octal27731427060122414320114
Binary10111111110011001011100011001010101001100011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCB8; }

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

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

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

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

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

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

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

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