#BFCDB8

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

Shades of Surf Crest #BFCDB8

Tints of Surf Crest #BFCDB8

Color information

#BFCDB8 (or 0xBFCDB8) is unknown color: approx Surf Crest. HEX triplet: BF, CD and B8. RGB value is (191,205,184). Sum of RGB (Red+Green+Blue) = 191+205+184=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDB8 is #403247. Grayscale: #C6C6C6. Windows color (decimal): -4207176 or 12111295. OLE color: 12111295.

HSL color Cylindrical-coordinate representation of color #BFCDB8: hue angle of 100º degrees, saturation: 0.17, 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 #BFCDB8 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB191205184-
CMYK0.0700.100.20
HSL100º17.36%76.27%-
HSV(B)100º10.24%80.39%-
XYZ51.9758.253.84-
YUV198.42119.86122.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 184 (72.27% from 255) = 31.72%
R=32.93%
G=35.34%
B=31.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051840.0700.100.2010017.3676.27
HexBFCDB870A1464114c
Octal27731527070122414421114
Binary10111111110011011011100011101010101001100100100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDB8; }

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

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

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

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

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

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

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

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