Html Css Color HEX #BDCBDB Spindle

📋 copy color: '#BDCBDB'

red 189 ◦ green 203 ◦ blue 219

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

Shades of Spindle #BDCBDB

Tints of Spindle #BDCBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.84%

R = 30.93%
G = 33.22%
B = 35.84%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDCBDB (or 0xBDCBDB) is known color: Spindle. HEX triplet: BD, CB and DB. RGB value is (189,203,219). Sum of RGB (Red+Green+Blue) = 189+203+219=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBDB is #423424. Grayscale: #C8C8C8. Windows color (decimal): -4338725 or 14404541. OLE color: 14404541.

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

Color convert

RGB 189 203 219 -
CMYK 0.14 0.07 0 0.14
HSL 212º 0.29% 0.8% -
HSV(B) 212º 0.14% 0.86% -
XYZ 55.13 58.65 75.43 -
YUV 200.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 189 203 219 0.14 0.07 0 0.14 212 0.29 0.8
Hex BD CB DB E 7 0 E D4 1D 50
Octal 275 313 333 16 7 0 16 324 35 120
Binary 10111101 11001011 11011011 1110 111 0 1110 11010100 11101 1010000

Color Harmonies of #BDCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBDB

Black with #BDCBDB

Text Example


Text Example

White with #BDCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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