#BFDCB5

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

Shades of Surf Crest #BFDCB5

Tints of Surf Crest #BFDCB5

Color information

#BFDCB5 (or 0xBFDCB5) is unknown color: approx Surf Crest. HEX triplet: BF, DC and B5. RGB value is (191,220,181). Sum of RGB (Red+Green+Blue) = 191+220+181=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 181 (71.09% from 255 or 30.57% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCB5 is #40234A. Grayscale: #CFCFCF. Windows color (decimal): -4203339 or 11918527. OLE color: 11918527.

HSL color Cylindrical-coordinate representation of color #BFDCB5: hue angle of 104.62º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDCB5 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB191220181-
CMYK0.1300.180.14
HSL104.62º35.78%78.63%-
HSV(B)104.62º17.73%86.27%-
XYZ55.4265.653.46-
YUV206.88113.39116.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 181 (71.09% from 255) = 30.57%
R=32.26%
G=37.16%
B=30.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912201810.1300.180.14104.6235.7878.63
HexBFDCB5D012E69244f
Octal277334265150221615144117
Binary1011111111011100101101011101010010111011010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCB5; }

 p { color: rgb(191,220,181); }

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

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

 a { background-color: rgb(191,220,181); }

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

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

 span { border-color: rgb(191,220,181); }

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