Html Css Color HEX #BDCDB5 Surf Crest

📋 copy color: '#BDCDB5'

red 189 ◦ green 205 ◦ blue 181

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

Shades of Surf Crest #BDCDB5

Tints of Surf Crest #BDCDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.48%

R = 32.87%
G = 35.65%
B = 31.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#BDCDB5 (or 0xBDCDB5) is known color: Surf Crest. HEX triplet: BD, CD and B5. RGB value is (189,205,181). Sum of RGB (Red+Green+Blue) = 189+205+181=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDB5 is #42324A. Grayscale: #C5C5C5. Windows color (decimal): -4338251 or 11914685. OLE color: 11914685.

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

Color convert

RGB 189 205 181 -
CMYK 0.08 0 0.12 0.20
HSL 100º 0.19% 0.76% -
HSV(B) 100º 0.12% 0.8% -
XYZ 51.16 57.82 52.18 -
YUV 197.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 189 205 181 0.08 0 0.12 0.20 100 0.19 0.76
Hex BD CD B5 8 0 C 14 64 13 4C
Octal 275 315 265 10 0 14 24 144 23 114
Binary 10111101 11001101 10110101 1000 0 1100 10100 1100100 10011 1001100

Color Harmonies of #BDCDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDB5

Black with #BDCDB5

Text Example


Text Example

White with #BDCDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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