#BFCABD

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

Shades of Surf Crest #BFCABD

Tints of Surf Crest #BFCABD

Color information

#BFCABD (or 0xBFCABD) is unknown color: approx Surf Crest. HEX triplet: BF, CA and BD. RGB value is (191,202,189). Sum of RGB (Red+Green+Blue) = 191+202+189=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCABD is #403542. Grayscale: #C5C5C5. Windows color (decimal): -4207939 or 12438207. OLE color: 12438207.

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

Color convert

RGB191202189-
CMYK0.0500.060.21
HSL110.77º10.92%76.67%-
HSV(B)110.77º6.44%79.22%-
XYZ51.7956.9956.41-
YUV197.23123.36123.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=32.82%
G=34.71%
B=32.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912021890.0500.060.21110.7710.9276.67
HexBFCABD506156fb4d
Octal2773122755062515713115
Binary101111111100101010111101101011010101110111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCABD; }

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

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

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

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

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

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

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

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