Html Css Color HEX #B4BDD6 Spindle

📋 copy color: '#B4BDD6'

red 180 ◦ green 189 ◦ blue 214

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

Shades of Spindle #B4BDD6

Tints of Spindle #B4BDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.71%

R = 30.87%
G = 32.42%
B = 36.71%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B4BDD6 (or 0xB4BDD6) is known color: Spindle. HEX triplet: B4, BD and D6. RGB value is (180,189,214). Sum of RGB (Red+Green+Blue) = 180+189+214=583 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.87% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 214 (83.98% from 255 or 36.71% from 583); Max value from RGB is 214 - color contains mainly: blue. Hex color #B4BDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDD6 is #4B4229. Grayscale: #BDBDBD. Windows color (decimal): -4932138 or 14073268. OLE color: 14073268.

HSL color Cylindrical-coordinate representation of color #B4BDD6: hue angle of 224.12º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4BDD6 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 189 214 -
CMYK 0.16 0.12 0 0.16
HSL 224.12º 0.29% 0.77% -
HSV(B) 224.12º 0.16% 0.84% -
XYZ 49.16 50.95 70.86 -
YUV 189.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 180 189 214 0.16 0.12 0 0.16 224.12 0.29 0.77
Hex B4 BD D6 10 C 0 10 E0 1D 4D
Octal 264 275 326 20 14 0 20 340 35 115
Binary 10110100 10111101 11010110 10000 1100 0 10000 11100000 11101 1001101

Color Harmonies of #B4BDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BDD6

Black with #B4BDD6

Text Example


Text Example

White with #B4BDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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