#BDCEB8

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

Shades of Surf Crest #BDCEB8

Tints of Surf Crest #BDCEB8

Color information

#BDCEB8 (or 0xBDCEB8) is unknown color: approx Surf Crest. HEX triplet: BD, CE and B8. RGB value is (189,206,184). Sum of RGB (Red+Green+Blue) = 189+206+184=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEB8 is #423147. Grayscale: #C6C6C6. Windows color (decimal): -4337992 or 12111549. OLE color: 12111549.

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

Color convert

RGB189206184-
CMYK0.0800.110.19
HSL106.36º18.33%76.47%-
HSV(B)106.36º10.68%80.78%-
XYZ51.7158.4253.9-
YUV198.41119.87121.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 184 (72.27% from 255) = 31.78%
R=32.64%
G=35.58%
B=31.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061840.0800.110.19106.3618.3376.47
HexBDCEB880B136a124c
Octal275316270100132315222114
Binary101111011100111010111000100001011100111101010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEB8; }

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

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

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

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

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

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

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

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