Html Css Color HEX #B2A5BC Chatelle

📋 copy color: '#B2A5BC'

red 178 ◦ green 165 ◦ blue 188

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

Shades of Chatelle #B2A5BC

Tints of Chatelle #B2A5BC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.07%

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 33.52%
G = 31.07%
B = 35.4%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B2A5BC (or 0xB2A5BC) is known color: Chatelle. HEX triplet: B2, A5 and BC. RGB value is (178,165,188). Sum of RGB (Red+Green+Blue) = 178+165+188=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2A5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A5BC is #4D5A43. Grayscale: #ABABAB. Windows color (decimal): -5069380 or 12363186. OLE color: 12363186.

HSL color Cylindrical-coordinate representation of color #B2A5BC: hue angle of 273.91º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2A5BC is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 165 188 -
CMYK 0.05 0.12 0 0.26
HSL 273.91º 0.15% 0.69% -
HSV(B) 273.91º 0.12% 0.74% -
XYZ 40.89 40.01 53.14 -
YUV 171.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 178 165 188 0.05 0.12 0 0.26 273.91 0.15 0.69
Hex B2 A5 BC 5 C 0 1A 112 F 45
Octal 262 245 274 5 14 0 32 422 17 105
Binary 10110010 10100101 10111100 101 1100 0 11010 100010010 1111 1000101

Color Harmonies of #B2A5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A5BC

Black with #B2A5BC

Text Example


Text Example

White with #B2A5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A5BC; }

 p { color: rgb(178,165,188); }

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

background-color css

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

 a { background-color: rgb(178,165,188); }

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

border-color css

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

 span { border-color: rgb(178,165,188); }

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