Html Css Color HEX #BDC4CB Spindle

📋 copy color: '#BDC4CB'

red 189 ◦ green 196 ◦ blue 203

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

Shades of Spindle #BDC4CB

Tints of Spindle #BDC4CB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.33%

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

R = 32.14%
G = 33.33%
B = 34.52%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BDC4CB (or 0xBDC4CB) is known color: Spindle. HEX triplet: BD, C4 and CB. RGB value is (189,196,203). Sum of RGB (Red+Green+Blue) = 189+196+203=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4CB is #423B34. Grayscale: #C2C2C2. Windows color (decimal): -4340533 or 13354173. OLE color: 13354173.

HSL color Cylindrical-coordinate representation of color #BDC4CB: hue angle of 210º 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 #BDC4CB is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 196 203 -
CMYK 0.07 0.03 0 0.20
HSL 210º 0.12% 0.77% -
HSV(B) 210º 0.07% 0.8% -
XYZ 51.51 54.61 64.33 -
YUV 194.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 189 196 203 0.07 0.03 0 0.20 210 0.12 0.77
Hex BD C4 CB 7 3 0 14 D2 C 4D
Octal 275 304 313 7 3 0 24 322 14 115
Binary 10111101 11000100 11001011 111 11 0 10100 11010010 1100 1001101

Color Harmonies of #BDC4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC4CB

Black with #BDC4CB

Text Example


Text Example

White with #BDC4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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