Html Css Color HEX #BDCBDC Spindle

📋 copy color: '#BDCBDC'

red 189 ◦ green 203 ◦ blue 220

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

Shades of Spindle #BDCBDC

Tints of Spindle #BDCBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 30.88%
G = 33.17%
B = 35.95%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BDCBDC (or 0xBDCBDC) is known color: Spindle. HEX triplet: BD, CB and DC. RGB value is (189,203,220). Sum of RGB (Red+Green+Blue) = 189+203+220=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDCBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBDC is #423423. Grayscale: #C8C8C8. Windows color (decimal): -4338724 or 14470077. OLE color: 14470077.

HSL color Cylindrical-coordinate representation of color #BDCBDC: hue angle of 212.9º degrees, saturation: 0.31, 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 #BDCBDC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 203 220 -
CMYK 0.14 0.08 0 0.14
HSL 212.9º 0.31% 0.8% -
HSV(B) 212.9º 0.14% 0.86% -
XYZ 55.26 58.7 76.13 -
YUV 200.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 189 203 220 0.14 0.08 0 0.14 212.9 0.31 0.8
Hex BD CB DC E 8 0 E D5 1F 50
Octal 275 313 334 16 10 0 16 325 37 120
Binary 10111101 11001011 11011100 1110 1000 0 1110 11010101 11111 1010000

Color Harmonies of #BDCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCBDC

Black with #BDCBDC

Text Example


Text Example

White with #BDCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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