#BCCDB9

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

Shades of Surf Crest #BCCDB9

Tints of Surf Crest #BCCDB9

Color information

#BCCDB9 (or 0xBCCDB9) is unknown color: approx Surf Crest. HEX triplet: BC, CD and B9. RGB value is (188,205,185). Sum of RGB (Red+Green+Blue) = 188+205+185=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDB9 is #433246. Grayscale: #C5C5C5. Windows color (decimal): -4403783 or 12176828. OLE color: 12176828.

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

Color convert

RGB188205185-
CMYK0.0800.100.20
HSL111º16.67%76.47%-
HSV(B)111º9.76%80.39%-
XYZ51.3357.8654.36-
YUV197.64120.87121.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 185 (72.66% from 255) = 32.01%
R=32.53%
G=35.47%
B=32.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051850.0800.100.2011116.6776.47
HexBCCDB980A146f114c
Octal274315271100122415721114
Binary101111001100110110111001100001010101001101111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDB9; }

 p { color: rgb(188,205,185); }

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

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

 a { background-color: rgb(188,205,185); }

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

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

 span { border-color: rgb(188,205,185); }

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