Html Css Color HEX #BDCDB9 Surf Crest

📋 copy color: '#BDCDB9'

red 189 ◦ green 205 ◦ blue 185

#BDCDB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #BDCDB9

Tints of Surf Crest #BDCDB9

RGB

 RED value IS 189 (74.22% from 255) = 32.64%

 GREEN value IS 205 (80.47% from 255) = 35.41%

 BLUE value IS 185 (72.66% from 255) = 31.95%

R = 32.64%
G = 35.41%
B = 31.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#BDCDB9 (or 0xBDCDB9) is known color: Surf Crest. HEX triplet: BD, CD and B9. RGB value is (189,205,185). Sum of RGB (Red+Green+Blue) = 189+205+185=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDB9 is #423246. Grayscale: #C5C5C5. Windows color (decimal): -4338247 or 12176829. OLE color: 12176829.

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

Color convert

RGB 189 205 185 -
CMYK 0.08 0 0.10 0.20
HSL 108º 0.17% 0.76% -
HSV(B) 108º 0.1% 0.8% -
XYZ 51.57 57.98 54.37 -
YUV 197.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 189 205 185 0.08 0 0.10 0.20 108 0.17 0.76
Hex BD CD B9 8 0 A 14 6C 11 4C
Octal 275 315 271 10 0 12 24 154 21 114
Binary 10111101 11001101 10111001 1000 0 1010 10100 1101100 10001 1001100

Color Harmonies of #BDCDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDB9

Black with #BDCDB9

Text Example


Text Example

White with #BDCDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDB9; }

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

 H1.HeaderClassName
 {
   color: #BDCDB9;
 }
 .AnyTagClassName
 {
   color: #BDCDB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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