Html Css Color HEX #BDCCD5 Spindle

📋 copy color: '#BDCCD5'

red 189 ◦ green 204 ◦ blue 213

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

Shades of Spindle #BDCCD5

Tints of Spindle #BDCCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.66%

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

R = 31.19%
G = 33.66%
B = 35.15%

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

#BDCCD5 (or 0xBDCCD5) is known color: Spindle. HEX triplet: BD, CC and D5. RGB value is (189,204,213). Sum of RGB (Red+Green+Blue) = 189+204+213=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 213 - color contains mainly: blue. Hex color #BDCCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCD5 is #42332A. Grayscale: #C8C8C8. Windows color (decimal): -4338475 or 14011581. OLE color: 14011581.

HSL color Cylindrical-coordinate representation of color #BDCCD5: hue angle of 202.5º 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 #BDCCD5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 204 213 -
CMYK 0.11 0.04 0 0.16
HSL 202.5º 0.22% 0.79% -
HSV(B) 202.5º 0.11% 0.84% -
XYZ 54.59 58.81 71.42 -
YUV 200.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 189 204 213 0.11 0.04 0 0.16 202.5 0.22 0.79
Hex BD CC D5 B 4 0 10 CA 16 4F
Octal 275 314 325 13 4 0 20 312 26 117
Binary 10111101 11001100 11010101 1011 100 0 10000 11001010 10110 1001111

Color Harmonies of #BDCCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCD5

Black with #BDCCD5

Text Example


Text Example

White with #BDCCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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