Html Css Color HEX #BDCBD6 Spindle

📋 copy color: '#BDCBD6'

red 189 ◦ green 203 ◦ blue 214

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

Shades of Spindle #BDCBD6

Tints of Spindle #BDCBD6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.5%

 BLUE value IS 214 (83.98% from 255) = 35.31%

R = 31.19%
G = 33.5%
B = 35.31%

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

#BDCBD6 (or 0xBDCBD6) is known color: Spindle. HEX triplet: BD, CB and D6. RGB value is (189,203,214). Sum of RGB (Red+Green+Blue) = 189+203+214=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBD6 is #423429. Grayscale: #C8C8C8. Windows color (decimal): -4338730 or 14076861. OLE color: 14076861.

HSL color Cylindrical-coordinate representation of color #BDCBD6: hue angle of 206.4º degrees, saturation: 0.23, 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 #BDCBD6 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 203 214 -
CMYK 0.12 0.05 0 0.16
HSL 206.4º 0.23% 0.79% -
HSV(B) 206.4º 0.12% 0.84% -
XYZ 54.48 58.39 72.02 -
YUV 200.07 135.86 120.11 -
System Red Green Blue C M Y K H S L
Decimal 189 203 214 0.12 0.05 0 0.16 206.4 0.23 0.79
Hex BD CB D6 C 5 0 10 CE 17 4F
Octal 275 313 326 14 5 0 20 316 27 117
Binary 10111101 11001011 11010110 1100 101 0 10000 11001110 10111 1001111

Color Harmonies of #BDCBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBD6

Black with #BDCBD6

Text Example


Text Example

White with #BDCBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBD6; }

 p { color: rgb(189,203,214); }

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

background-color css

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

 a { background-color: rgb(189,203,214); }

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

border-color css

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

 span { border-color: rgb(189,203,214); }

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