Html Css Color HEX #BDC2CA Spindle

📋 copy color: '#BDC2CA'

red 189 ◦ green 194 ◦ blue 202

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

Shades of Spindle #BDC2CA

Tints of Spindle #BDC2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.53%

R = 32.31%
G = 33.16%
B = 34.53%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BDC2CA (or 0xBDC2CA) is known color: Spindle. HEX triplet: BD, C2 and CA. RGB value is (189,194,202). Sum of RGB (Red+Green+Blue) = 189+194+202=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2CA is #423D35. Grayscale: #C1C1C1. Windows color (decimal): -4341046 or 13288125. OLE color: 13288125.

HSL color Cylindrical-coordinate representation of color #BDC2CA: hue angle of 216.92º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC2CA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 194 202 -
CMYK 0.06 0.04 0 0.21
HSL 216.92º 0.11% 0.77% -
HSV(B) 216.92º 0.06% 0.79% -
XYZ 50.94 53.67 63.55 -
YUV 193.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 189 194 202 0.06 0.04 0 0.21 216.92 0.11 0.77
Hex BD C2 CA 6 4 0 15 D9 B 4D
Octal 275 302 312 6 4 0 25 331 13 115
Binary 10111101 11000010 11001010 110 100 0 10101 11011001 1011 1001101

Color Harmonies of #BDC2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC2CA

Black with #BDC2CA

Text Example


Text Example

White with #BDC2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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