Html Css Color HEX #BDCDD7 Spindle

📋 copy color: '#BDCDD7'

red 189 ◦ green 205 ◦ blue 215

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

Shades of Spindle #BDCDD7

Tints of Spindle #BDCDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.3%

R = 31.03%
G = 33.66%
B = 35.3%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BDCDD7 (or 0xBDCDD7) is known color: Spindle. HEX triplet: BD, CD and D7. RGB value is (189,205,215). Sum of RGB (Red+Green+Blue) = 189+205+215=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDCDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDD7 is #423228. Grayscale: #C9C9C9. Windows color (decimal): -4338217 or 14142909. OLE color: 14142909.

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

Color convert

RGB 189 205 215 -
CMYK 0.12 0.05 0 0.16
HSL 203.08º 0.25% 0.79% -
HSV(B) 203.08º 0.12% 0.84% -
XYZ 55.08 59.39 72.85 -
YUV 201.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 189 205 215 0.12 0.05 0 0.16 203.08 0.25 0.79
Hex BD CD D7 C 5 0 10 CB 19 4F
Octal 275 315 327 14 5 0 20 313 31 117
Binary 10111101 11001101 11010111 1100 101 0 10000 11001011 11001 1001111

Color Harmonies of #BDCDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDD7

Black with #BDCDD7

Text Example


Text Example

White with #BDCDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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