Html Css Color HEX #B2C7DB Spindle

📋 copy color: '#B2C7DB'

red 178 ◦ green 199 ◦ blue 219

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

Shades of Spindle #B2C7DB

Tints of Spindle #B2C7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.39%

 BLUE value IS 219 (85.94% from 255) = 36.74%

R = 29.87%
G = 33.39%
B = 36.74%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2C7DB (or 0xB2C7DB) is known color: Spindle. HEX triplet: B2, C7 and DB. RGB value is (178,199,219). Sum of RGB (Red+Green+Blue) = 178+199+219=596 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.87% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2C7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C7DB is #4D3824. Grayscale: #C2C2C2. Windows color (decimal): -5060645 or 14403506. OLE color: 14403506.

HSL color Cylindrical-coordinate representation of color #B2C7DB: hue angle of 209.27º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2C7DB is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 199 219 -
CMYK 0.19 0.09 0 0.14
HSL 209.27º 0.36% 0.78% -
HSV(B) 209.27º 0.19% 0.86% -
XYZ 51.57 55.43 75 -
YUV 195 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 178 199 219 0.19 0.09 0 0.14 209.27 0.36 0.78
Hex B2 C7 DB 13 9 0 E D1 24 4E
Octal 262 307 333 23 11 0 16 321 44 116
Binary 10110010 11000111 11011011 10011 1001 0 1110 11010001 100100 1001110

Color Harmonies of #B2C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C7DB

Black with #B2C7DB

Text Example


Text Example

White with #B2C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C7DB; }

 p { color: rgb(178,199,219); }

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

background-color css

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

 a { background-color: rgb(178,199,219); }

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

border-color css

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

 span { border-color: rgb(178,199,219); }

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