#BDCCB8

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

Shades of Surf Crest #BDCCB8

Tints of Surf Crest #BDCCB8

Color information

#BDCCB8 (or 0xBDCCB8) is unknown color: approx Surf Crest. HEX triplet: BD, CC and B8. RGB value is (189,204,184). Sum of RGB (Red+Green+Blue) = 189+204+184=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCB8 is #423347. Grayscale: #C5C5C5. Windows color (decimal): -4338504 or 12111037. OLE color: 12111037.

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

Color convert

RGB189204184-
CMYK0.0700.100.2
HSL105º16.39%76.08%-
HSV(B)105º9.8%80%-
XYZ51.2357.4753.74-
YUV197.24120.53122.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.76%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 184 (72.27% from 255) = 31.89%
R=32.76%
G=35.36%
B=31.89%

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
Decimal1892041840.0700.100.210516.3976.08
HexBDCCB870A1469104c
Octal27531427070122415120114
Binary10111101110011001011100011101010101001101001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCB8; }

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

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

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

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

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

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

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

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