Html Css Color HEX #B2BDCC Spindle

📋 copy color: '#B2BDCC'

red 178 ◦ green 189 ◦ blue 204

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

Shades of Spindle #B2BDCC

Tints of Spindle #B2BDCC

RGB

 RED value IS 178 (69.92% from 255) = 31.17%

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

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

R = 31.17%
G = 33.1%
B = 35.73%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B2BDCC (or 0xB2BDCC) is known color: Spindle. HEX triplet: B2, BD and CC. RGB value is (178,189,204). Sum of RGB (Red+Green+Blue) = 178+189+204=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2BDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BDCC is #4D4233. Grayscale: #BBBBBB. Windows color (decimal): -5063220 or 13417906. OLE color: 13417906.

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

Color convert

RGB 178 189 204 -
CMYK 0.13 0.07 0 0.2
HSL 214.62º 0.2% 0.75% -
HSV(B) 214.62º 0.13% 0.8% -
XYZ 47.46 50.22 64.32 -
YUV 187.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 178 189 204 0.13 0.07 0 0.2 214.62 0.2 0.75
Hex B2 BD CC D 7 0 14 D7 14 4B
Octal 262 275 314 15 7 0 24 327 24 113
Binary 10110010 10111101 11001100 1101 111 0 10100 11010111 10100 1001011

Color Harmonies of #B2BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BDCC

Black with #B2BDCC

Text Example


Text Example

White with #B2BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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