Html Css Color HEX #BDCDDD Spindle

📋 copy color: '#BDCDDD'

red 189 ◦ green 205 ◦ blue 221

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

Shades of Spindle #BDCDDD

Tints of Spindle #BDCDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.33%

 BLUE value IS 221 (86.72% from 255) = 35.93%

R = 30.73%
G = 33.33%
B = 35.93%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BDCDDD (or 0xBDCDDD) is known color: Spindle. HEX triplet: BD, CD and DD. RGB value is (189,205,221). Sum of RGB (Red+Green+Blue) = 189+205+221=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDDD is #423222. Grayscale: #C9C9C9. Windows color (decimal): -4338211 or 14536125. OLE color: 14536125.

HSL color Cylindrical-coordinate representation of color #BDCDDD: hue angle of 210º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDCDDD is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 205 221 -
CMYK 0.14 0.07 0 0.13
HSL 210º 0.32% 0.8% -
HSV(B) 210º 0.14% 0.87% -
XYZ 55.87 59.7 76.99 -
YUV 202.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 189 205 221 0.14 0.07 0 0.13 210 0.32 0.8
Hex BD CD DD E 7 0 D D2 20 50
Octal 275 315 335 16 7 0 15 322 40 120
Binary 10111101 11001101 11011101 1110 111 0 1101 11010010 100000 1010000

Color Harmonies of #BDCDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDDD

Black with #BDCDDD

Text Example


Text Example

White with #BDCDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDDD; }

 p { color: rgb(189,205,221); }

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

background-color css

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

 a { background-color: rgb(189,205,221); }

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

border-color css

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

 span { border-color: rgb(189,205,221); }

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