Html Css Color HEX #BDC2CB Spindle

📋 copy color: '#BDC2CB'

red 189 ◦ green 194 ◦ blue 203

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

Shades of Spindle #BDC2CB

Tints of Spindle #BDC2CB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.11%

 BLUE value IS 203 (79.69% from 255) = 34.64%

R = 32.25%
G = 33.11%
B = 34.64%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDC2CB (or 0xBDC2CB) is known color: Spindle. HEX triplet: BD, C2 and CB. RGB value is (189,194,203). Sum of RGB (Red+Green+Blue) = 189+194+203=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2CB is #423D34. Grayscale: #C1C1C1. Windows color (decimal): -4341045 or 13353661. OLE color: 13353661.

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

Color convert

RGB 189 194 203 -
CMYK 0.07 0.04 0 0.20
HSL 218.57º 0.12% 0.77% -
HSV(B) 218.57º 0.07% 0.8% -
XYZ 51.06 53.71 64.18 -
YUV 193.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 189 194 203 0.07 0.04 0 0.20 218.57 0.12 0.77
Hex BD C2 CB 7 4 0 14 DB C 4D
Octal 275 302 313 7 4 0 24 333 14 115
Binary 10111101 11000010 11001011 111 100 0 10100 11011011 1100 1001101

Color Harmonies of #BDC2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2CB

Black with #BDC2CB

Text Example


Text Example

White with #BDC2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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