Html Css Color HEX #B8BDCC Spindle

📋 copy color: '#B8BDCC'

red 184 ◦ green 189 ◦ blue 204

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

Shades of Spindle #B8BDCC

Tints of Spindle #B8BDCC

RGB

 RED value IS 184 (72.27% from 255) = 31.89%

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

 BLUE value IS 204 (80.08% from 255) = 35.36%

R = 31.89%
G = 32.76%
B = 35.36%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B8BDCC (or 0xB8BDCC) is known color: Spindle. HEX triplet: B8, BD and CC. RGB value is (184,189,204). Sum of RGB (Red+Green+Blue) = 184+189+204=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #B8BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BDCC is #474233. Grayscale: #BDBDBD. Windows color (decimal): -4670004 or 13417912. OLE color: 13417912.

HSL color Cylindrical-coordinate representation of color #B8BDCC: hue angle of 225º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8BDCC is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 189 204 -
CMYK 0.10 0.07 0 0.2
HSL 225º 0.16% 0.76% -
HSV(B) 225º 0.1% 0.8% -
XYZ 48.86 50.95 64.38 -
YUV 189.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 184 189 204 0.10 0.07 0 0.2 225 0.16 0.76
Hex B8 BD CC A 7 0 14 E1 10 4C
Octal 270 275 314 12 7 0 24 341 20 114
Binary 10111000 10111101 11001100 1010 111 0 10100 11100001 10000 1001100

Color Harmonies of #B8BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BDCC

Black with #B8BDCC

Text Example


Text Example

White with #B8BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BDCC; }

 p { color: rgb(184,189,204); }

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

background-color css

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

 a { background-color: rgb(184,189,204); }

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

border-color css

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

 span { border-color: rgb(184,189,204); }

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