Html Css Color HEX #BDCBD1 Spindle

📋 copy color: '#BDCBD1'

red 189 ◦ green 203 ◦ blue 209

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

Shades of Spindle #BDCBD1

Tints of Spindle #BDCBD1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.78%

 BLUE value IS 209 (82.03% from 255) = 34.78%

R = 31.45%
G = 33.78%
B = 34.78%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDCBD1 (or 0xBDCBD1) is known color: Spindle. HEX triplet: BD, CB and D1. RGB value is (189,203,209). Sum of RGB (Red+Green+Blue) = 189+203+209=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDCBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBD1 is #42342E. Grayscale: #C7C7C7. Windows color (decimal): -4338735 or 13749181. OLE color: 13749181.

HSL color Cylindrical-coordinate representation of color #BDCBD1: hue angle of 198º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDCBD1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 203 209 -
CMYK 0.10 0.03 0 0.18
HSL 198º 0.18% 0.78% -
HSV(B) 198º 0.1% 0.82% -
XYZ 53.85 58.13 68.7 -
YUV 199.5 133.36 120.51 -
System Red Green Blue C M Y K H S L
Decimal 189 203 209 0.10 0.03 0 0.18 198 0.18 0.78
Hex BD CB D1 A 3 0 12 C6 12 4E
Octal 275 313 321 12 3 0 22 306 22 116
Binary 10111101 11001011 11010001 1010 11 0 10010 11000110 10010 1001110

Color Harmonies of #BDCBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBD1

Black with #BDCBD1

Text Example


Text Example

White with #BDCBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBD1; }

 p { color: rgb(189,203,209); }

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

background-color css

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

 a { background-color: rgb(189,203,209); }

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

border-color css

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

 span { border-color: rgb(189,203,209); }

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