Html Css Color HEX #B2C7CD Heather

📋 copy color: '#B2C7CD'

red 178 ◦ green 199 ◦ blue 205

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

Shades of Heather #B2C7CD

Tints of Heather #B2C7CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.22%

R = 30.58%
G = 34.19%
B = 35.22%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B2C7CD (or 0xB2C7CD) is known color: Heather. HEX triplet: B2, C7 and CD. RGB value is (178,199,205). Sum of RGB (Red+Green+Blue) = 178+199+205=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 199 (78.12% from 255 or 34.19% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2C7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C7CD is #4D3832. Grayscale: #C1C1C1. Windows color (decimal): -5060659 or 13486002. OLE color: 13486002.

HSL color Cylindrical-coordinate representation of color #B2C7CD: hue angle of 193.33º degrees, saturation: 0.21, 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 #B2C7CD is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 199 205 -
CMYK 0.13 0.03 0 0.20
HSL 193.33º 0.21% 0.75% -
HSV(B) 193.33º 0.13% 0.8% -
XYZ 49.8 54.72 65.69 -
YUV 193.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 178 199 205 0.13 0.03 0 0.20 193.33 0.21 0.75
Hex B2 C7 CD D 3 0 14 C1 15 4B
Octal 262 307 315 15 3 0 24 301 25 113
Binary 10110010 11000111 11001101 1101 11 0 10100 11000001 10101 1001011

Color Harmonies of #B2C7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C7CD

Black with #B2C7CD

Text Example


Text Example

White with #B2C7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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