Html Css Color HEX #BDC9D2 Spindle

📋 copy color: '#BDC9D2'

red 189 ◦ green 201 ◦ blue 210

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

Shades of Spindle #BDC9D2

Tints of Spindle #BDC9D2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.5%

 BLUE value IS 210 (82.42% from 255) = 35%

R = 31.5%
G = 33.5%
B = 35%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BDC9D2 (or 0xBDC9D2) is known color: Spindle. HEX triplet: BD, C9 and D2. RGB value is (189,201,210). Sum of RGB (Red+Green+Blue) = 189+201+210=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDC9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9D2 is #42362D. Grayscale: #C6C6C6. Windows color (decimal): -4339246 or 13814205. OLE color: 13814205.

HSL color Cylindrical-coordinate representation of color #BDC9D2: hue angle of 205.71º degrees, saturation: 0.19, 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 #BDC9D2 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 201 210 -
CMYK 0.10 0.04 0 0.18
HSL 205.71º 0.19% 0.78% -
HSV(B) 205.71º 0.1% 0.82% -
XYZ 53.51 57.25 69.2 -
YUV 198.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 189 201 210 0.10 0.04 0 0.18 205.71 0.19 0.78
Hex BD C9 D2 A 4 0 12 CE 13 4E
Octal 275 311 322 12 4 0 22 316 23 116
Binary 10111101 11001001 11010010 1010 100 0 10010 11001110 10011 1001110

Color Harmonies of #BDC9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC9D2

Black with #BDC9D2

Text Example


Text Example

White with #BDC9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC9D2; }

 p { color: rgb(189,201,210); }

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

background-color css

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

 a { background-color: rgb(189,201,210); }

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

border-color css

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

 span { border-color: rgb(189,201,210); }

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