#BDCCB7

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

Shades of Surf Crest #BDCCB7

Tints of Surf Crest #BDCCB7

Color information

#BDCCB7 (or 0xBDCCB7) is unknown color: approx Surf Crest. HEX triplet: BD, CC and B7. RGB value is (189,204,183). Sum of RGB (Red+Green+Blue) = 189+204+183=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCB7 is #423348. Grayscale: #C5C5C5. Windows color (decimal): -4338505 or 12045501. OLE color: 12045501.

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

Color convert

RGB189204183-
CMYK0.0700.100.2
HSL102.86º17.07%75.88%-
HSV(B)102.86º10.29%80%-
XYZ51.1357.4253.19-
YUV197.12120.03122.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.81%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 183 (71.88% from 255) = 31.77%
R=32.81%
G=35.42%
B=31.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041830.0700.100.2102.8617.0775.88
HexBDCCB770A1467114c
Octal27531426770122414721114
Binary10111101110011001011011111101010101001100111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCB7; }

 p { color: rgb(189,204,183); }

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

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

 a { background-color: rgb(189,204,183); }

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

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

 span { border-color: rgb(189,204,183); }

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