#BFDCB4

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

Shades of Surf Crest #BFDCB4

Tints of Surf Crest #BFDCB4

Color information

#BFDCB4 (or 0xBFDCB4) is unknown color: approx Surf Crest. HEX triplet: BF, DC and B4. RGB value is (191,220,180). Sum of RGB (Red+Green+Blue) = 191+220+180=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCB4 is #40234B. Grayscale: #CECECE. Windows color (decimal): -4203340 or 11852991. OLE color: 11852991.

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

Color convert

RGB191220180-
CMYK0.1300.180.14
HSL103.5º36.36%78.43%-
HSV(B)103.5º18.18%86.27%-
XYZ55.3265.5652.92-
YUV206.77112.89116.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 220 (86.33% from 255) = 37.23%
BLUE value IS 180 (70.70% from 255) = 30.46%
R=32.32%
G=37.23%
B=30.46%

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
Decimal1912201800.1300.180.14103.536.3678.43
HexBFDCB4D012E67244e
Octal277334264150221614744116
Binary1011111111011100101101001101010010111011001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCB4; }

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

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

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

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

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

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

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

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