Html Css Color HEX #B4C0CD Spindle

📋 copy color: '#B4C0CD'

red 180 ◦ green 192 ◦ blue 205

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

Shades of Spindle #B4C0CD

Tints of Spindle #B4C0CD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.28%

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

R = 31.2%
G = 33.28%
B = 35.53%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B4C0CD (or 0xB4C0CD) is known color: Spindle. HEX triplet: B4, C0 and CD. RGB value is (180,192,205). Sum of RGB (Red+Green+Blue) = 180+192+205=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4C0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0CD is #4B3F32. Grayscale: #BDBDBD. Windows color (decimal): -4931379 or 13484212. OLE color: 13484212.

HSL color Cylindrical-coordinate representation of color #B4C0CD: hue angle of 211.2º 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 #B4C0CD is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 192 205 -
CMYK 0.12 0.06 0 0.20
HSL 211.2º 0.2% 0.75% -
HSV(B) 211.2º 0.12% 0.8% -
XYZ 48.69 51.81 65.19 -
YUV 189.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 180 192 205 0.12 0.06 0 0.20 211.2 0.2 0.75
Hex B4 C0 CD C 6 0 14 D3 14 4B
Octal 264 300 315 14 6 0 24 323 24 113
Binary 10110100 11000000 11001101 1100 110 0 10100 11010011 10100 1001011

Color Harmonies of #B4C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C0CD

Black with #B4C0CD

Text Example


Text Example

White with #B4C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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