#BDCDB6

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

Shades of Surf Crest #BDCDB6

Tints of Surf Crest #BDCDB6

Color information

#BDCDB6 (or 0xBDCDB6) is unknown color: approx Surf Crest. HEX triplet: BD, CD and B6. RGB value is (189,205,182). Sum of RGB (Red+Green+Blue) = 189+205+182=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDB6 is #423249. Grayscale: #C5C5C5. Windows color (decimal): -4338250 or 11980221. OLE color: 11980221.

HSL color Cylindrical-coordinate representation of color #BDCDB6: hue angle of 101.74º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDCDB6 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB189205182-
CMYK0.0800.110.20
HSL101.74º18.7%75.88%-
HSV(B)101.74º11.22%80.39%-
XYZ51.2657.8652.72-
YUV197.59119.2121.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 205 (80.47% from 255) = 35.59%
BLUE value IS 182 (71.48% from 255) = 31.60%
R=32.81%
G=35.59%
B=31.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051820.0800.110.20101.7418.775.88
HexBDCDB680B1466134c
Octal275315266100132414623114
Binary101111011100110110110110100001011101001100110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDB6; }

 p { color: rgb(189,205,182); }

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

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

 a { background-color: rgb(189,205,182); }

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

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

 span { border-color: rgb(189,205,182); }

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