Html Css Color HEX #B69BC1 Chatelle

📋 copy color: '#B69BC1'

red 182 ◦ green 155 ◦ blue 193

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

Shades of Chatelle #B69BC1

Tints of Chatelle #B69BC1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.25%

 BLUE value IS 193 (75.78% from 255) = 36.42%

R = 34.34%
G = 29.25%
B = 36.42%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B69BC1 (or 0xB69BC1) is known color: Chatelle. HEX triplet: B6, 9B and C1. RGB value is (182,155,193). Sum of RGB (Red+Green+Blue) = 182+155+193=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #B69BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BC1 is #49643E. Grayscale: #A7A7A7. Windows color (decimal): -4809791 or 12688310. OLE color: 12688310.

HSL color Cylindrical-coordinate representation of color #B69BC1: hue angle of 282.63º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B69BC1 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 155 193 -
CMYK 0.06 0.20 0 0.24
HSL 282.63º 0.23% 0.68% -
HSV(B) 282.63º 0.2% 0.76% -
XYZ 40.64 37.24 55.5 -
YUV 167.41 142.45 138.41 -
System Red Green Blue C M Y K H S L
Decimal 182 155 193 0.06 0.20 0 0.24 282.63 0.23 0.68
Hex B6 9B C1 6 14 0 18 11B 17 44
Octal 266 233 301 6 24 0 30 433 27 104
Binary 10110110 10011011 11000001 110 10100 0 11000 100011011 10111 1000100

Color Harmonies of #B69BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BC1

Black with #B69BC1

Text Example


Text Example

White with #B69BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BC1; }

 p { color: rgb(182,155,193); }

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

background-color css

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

 a { background-color: rgb(182,155,193); }

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

border-color css

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

 span { border-color: rgb(182,155,193); }

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