Html Css Color HEX #BDCDB4 Surf Crest

📋 copy color: '#BDCDB4'

red 189 ◦ green 205 ◦ blue 180

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

Shades of Surf Crest #BDCDB4

Tints of Surf Crest #BDCDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.36%

R = 32.93%
G = 35.71%
B = 31.36%

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

#BDCDB4 (or 0xBDCDB4) is known color: Surf Crest. HEX triplet: BD, CD and B4. RGB value is (189,205,180). Sum of RGB (Red+Green+Blue) = 189+205+180=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDB4 is #42324B. Grayscale: #C5C5C5. Windows color (decimal): -4338252 or 11849149. OLE color: 11849149.

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

Color convert

RGB 189 205 180 -
CMYK 0.08 0 0.12 0.20
HSL 98.4º 0.2% 0.75% -
HSV(B) 98.4º 0.12% 0.8% -
XYZ 51.06 57.78 51.64 -
YUV 197.37 118.2 122.03 -
System Red Green Blue C M Y K H S L
Decimal 189 205 180 0.08 0 0.12 0.20 98.4 0.2 0.75
Hex BD CD B4 8 0 C 14 62 14 4B
Octal 275 315 264 10 0 14 24 142 24 113
Binary 10111101 11001101 10110100 1000 0 1100 10100 1100010 10100 1001011

Color Harmonies of #BDCDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDB4

Black with #BDCDB4

Text Example


Text Example

White with #BDCDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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