Html Css Color HEX #B4BDCE Spindle

📋 copy color: '#B4BDCE'

red 180 ◦ green 189 ◦ blue 206

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

Shades of Spindle #B4BDCE

Tints of Spindle #B4BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.87%

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 31.3%
G = 32.87%
B = 35.83%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4BDCE (or 0xB4BDCE) is known color: Spindle. HEX triplet: B4, BD and CE. RGB value is (180,189,206). Sum of RGB (Red+Green+Blue) = 180+189+206=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDCE is #4B4231. Grayscale: #BCBCBC. Windows color (decimal): -4932146 or 13548980. OLE color: 13548980.

HSL color Cylindrical-coordinate representation of color #B4BDCE: hue angle of 219.23º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4BDCE is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 189 206 -
CMYK 0.13 0.08 0 0.19
HSL 219.23º 0.21% 0.76% -
HSV(B) 219.23º 0.13% 0.81% -
XYZ 48.16 50.55 65.61 -
YUV 188.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 180 189 206 0.13 0.08 0 0.19 219.23 0.21 0.76
Hex B4 BD CE D 8 0 13 DB 15 4C
Octal 264 275 316 15 10 0 23 333 25 114
Binary 10110100 10111101 11001110 1101 1000 0 10011 11011011 10101 1001100

Color Harmonies of #B4BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BDCE

Black with #B4BDCE

Text Example


Text Example

White with #B4BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BDCE; }

 p { color: rgb(180,189,206); }

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

background-color css

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

 a { background-color: rgb(180,189,206); }

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

border-color css

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

 span { border-color: rgb(180,189,206); }

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