Html Css Color HEX #B69EC6 Chatelle

📋 copy color: '#B69EC6'

red 182 ◦ green 158 ◦ blue 198

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

Shades of Chatelle #B69EC6

Tints of Chatelle #B69EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.8%

R = 33.83%
G = 29.37%
B = 36.8%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B69EC6 (or 0xB69EC6) is known color: Chatelle. HEX triplet: B6, 9E and C6. RGB value is (182,158,198). Sum of RGB (Red+Green+Blue) = 182+158+198=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 198 - color contains mainly: blue. Hex color #B69EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69EC6 is #496139. Grayscale: #A9A9A9. Windows color (decimal): -4809018 or 13016758. OLE color: 13016758.

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

Color convert

RGB 182 158 198 -
CMYK 0.08 0.20 0 0.22
HSL 276º 0.26% 0.7% -
HSV(B) 276º 0.2% 0.78% -
XYZ 41.71 38.48 58.65 -
YUV 169.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 182 158 198 0.08 0.20 0 0.22 276 0.26 0.7
Hex B6 9E C6 8 14 0 16 114 1A 46
Octal 266 236 306 10 24 0 26 424 32 106
Binary 10110110 10011110 11000110 1000 10100 0 10110 100010100 11010 1000110

Color Harmonies of #B69EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69EC6

Black with #B69EC6

Text Example


Text Example

White with #B69EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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