Html Css Color HEX #BDCDD5 Spindle

📋 copy color: '#BDCDD5'

red 189 ◦ green 205 ◦ blue 213

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

Shades of Spindle #BDCDD5

Tints of Spindle #BDCDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.09%

R = 31.14%
G = 33.77%
B = 35.09%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDCDD5 (or 0xBDCDD5) is known color: Spindle. HEX triplet: BD, CD and D5. RGB value is (189,205,213). Sum of RGB (Red+Green+Blue) = 189+205+213=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDCDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDD5 is #42322A. Grayscale: #C9C9C9. Windows color (decimal): -4338219 or 14011837. OLE color: 14011837.

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

Color convert

RGB 189 205 213 -
CMYK 0.11 0.04 0 0.16
HSL 200º 0.22% 0.79% -
HSV(B) 200º 0.11% 0.84% -
XYZ 54.83 59.29 71.5 -
YUV 201.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 189 205 213 0.11 0.04 0 0.16 200 0.22 0.79
Hex BD CD D5 B 4 0 10 C8 16 4F
Octal 275 315 325 13 4 0 20 310 26 117
Binary 10111101 11001101 11010101 1011 100 0 10000 11001000 10110 1001111

Color Harmonies of #BDCDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDD5

Black with #BDCDD5

Text Example


Text Example

White with #BDCDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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