Html Css Color HEX #B4BCCD Spindle

📋 copy color: '#B4BCCD'

red 180 ◦ green 188 ◦ blue 205

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

Shades of Spindle #B4BCCD

Tints of Spindle #B4BCCD

RGB

 RED value IS 180 (70.7% from 255) = 31.41%

 GREEN value IS 188 (73.83% from 255) = 32.81%

 BLUE value IS 205 (80.47% from 255) = 35.78%

R = 31.41%
G = 32.81%
B = 35.78%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B4BCCD (or 0xB4BCCD) is known color: Spindle. HEX triplet: B4, BC and CD. RGB value is (180,188,205). Sum of RGB (Red+Green+Blue) = 180+188+205=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCCD is #4B4332. Grayscale: #BBBBBB. Windows color (decimal): -4932403 or 13483188. OLE color: 13483188.

HSL color Cylindrical-coordinate representation of color #B4BCCD: hue angle of 220.8º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4BCCD is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 188 205 -
CMYK 0.12 0.08 0 0.20
HSL 220.8º 0.2% 0.75% -
HSV(B) 220.8º 0.12% 0.8% -
XYZ 47.83 50.08 64.9 -
YUV 187.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 180 188 205 0.12 0.08 0 0.20 220.8 0.2 0.75
Hex B4 BC CD C 8 0 14 DD 14 4B
Octal 264 274 315 14 10 0 24 335 24 113
Binary 10110100 10111100 11001101 1100 1000 0 10100 11011101 10100 1001011

Color Harmonies of #B4BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BCCD

Black with #B4BCCD

Text Example


Text Example

White with #B4BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BCCD; }

 p { color: rgb(180,188,205); }

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

background-color css

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

 a { background-color: rgb(180,188,205); }

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

border-color css

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

 span { border-color: rgb(180,188,205); }

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