Html Css Color HEX #B69EC5 Chatelle

📋 copy color: '#B69EC5'

red 182 ◦ green 158 ◦ blue 197

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

Shades of Chatelle #B69EC5

Tints of Chatelle #B69EC5

RGB

 RED value IS 182 (71.48% from 255) = 33.89%

 GREEN value IS 158 (62.11% from 255) = 29.42%

 BLUE value IS 197 (77.34% from 255) = 36.69%

R = 33.89%
G = 29.42%
B = 36.69%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B69EC5 (or 0xB69EC5) is known color: Chatelle. HEX triplet: B6, 9E and C5. RGB value is (182,158,197). Sum of RGB (Red+Green+Blue) = 182+158+197=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 197 - color contains mainly: blue. Hex color #B69EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69EC5 is #49613A. Grayscale: #A9A9A9. Windows color (decimal): -4809019 or 12951222. OLE color: 12951222.

HSL color Cylindrical-coordinate representation of color #B69EC5: hue angle of 276.92º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B69EC5 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 158 197 -
CMYK 0.08 0.20 0 0.23
HSL 276.92º 0.25% 0.7% -
HSV(B) 276.92º 0.2% 0.77% -
XYZ 41.6 38.43 58.05 -
YUV 169.62 143.45 136.83 -
System Red Green Blue C M Y K H S L
Decimal 182 158 197 0.08 0.20 0 0.23 276.92 0.25 0.7
Hex B6 9E C5 8 14 0 17 115 19 46
Octal 266 236 305 10 24 0 27 425 31 106
Binary 10110110 10011110 11000101 1000 10100 0 10111 100010101 11001 1000110

Color Harmonies of #B69EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69EC5

Black with #B69EC5

Text Example


Text Example

White with #B69EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69EC5; }

 p { color: rgb(182,158,197); }

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

background-color css

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

 a { background-color: rgb(182,158,197); }

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

border-color css

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

 span { border-color: rgb(182,158,197); }

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