#BCD7B3

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

Shades of Surf Crest #BCD7B3

Tints of Surf Crest #BCD7B3

Color information

#BCD7B3 (or 0xBCD7B3) is unknown color: approx Surf Crest. HEX triplet: BC, D7 and B3. RGB value is (188,215,179). Sum of RGB (Red+Green+Blue) = 188+215+179=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7B3 is #43284C. Grayscale: #CACACA. Windows color (decimal): -4401229 or 11786172. OLE color: 11786172.

HSL color Cylindrical-coordinate representation of color #BCD7B3: hue angle of 105º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCD7B3 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB188215179-
CMYK0.1300.170.16
HSL105º31.03%77.25%-
HSV(B)105º16.74%84.31%-
XYZ53.1862.5551.92-
YUV202.82114.55117.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 215 (84.38% from 255) = 36.94%
BLUE value IS 179 (70.31% from 255) = 30.76%
R=32.30%
G=36.94%
B=30.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882151790.1300.170.1610531.0377.25
HexBCD7B3D01110691f4d
Octal274327263150212015137115
Binary1011110011010111101100111101010001100001101001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD7B3; }

 p { color: rgb(188,215,179); }

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

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

 a { background-color: rgb(188,215,179); }

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

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

 span { border-color: rgb(188,215,179); }

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