Html Css Color HEX #B2C0D1 Spindle

📋 copy color: '#B2C0D1'

red 178 ◦ green 192 ◦ blue 209

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

Shades of Spindle #B2C0D1

Tints of Spindle #B2C0D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.1%

R = 30.74%
G = 33.16%
B = 36.1%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B2C0D1 (or 0xB2C0D1) is known color: Spindle. HEX triplet: B2, C0 and D1. RGB value is (178,192,209). Sum of RGB (Red+Green+Blue) = 178+192+209=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #B2C0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C0D1 is #4D3F2E. Grayscale: #BDBDBD. Windows color (decimal): -5062447 or 13746354. OLE color: 13746354.

HSL color Cylindrical-coordinate representation of color #B2C0D1: hue angle of 212.9º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2C0D1 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 192 209 -
CMYK 0.15 0.08 0 0.18
HSL 212.9º 0.25% 0.76% -
HSV(B) 212.9º 0.15% 0.82% -
XYZ 48.72 51.77 67.75 -
YUV 189.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 178 192 209 0.15 0.08 0 0.18 212.9 0.25 0.76
Hex B2 C0 D1 F 8 0 12 D5 19 4C
Octal 262 300 321 17 10 0 22 325 31 114
Binary 10110010 11000000 11010001 1111 1000 0 10010 11010101 11001 1001100

Color Harmonies of #B2C0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C0D1

Black with #B2C0D1

Text Example


Text Example

White with #B2C0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C0D1; }

 p { color: rgb(178,192,209); }

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

background-color css

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

 a { background-color: rgb(178,192,209); }

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

border-color css

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

 span { border-color: rgb(178,192,209); }

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