Html Css Color HEX #B69BBE Chatelle

📋 copy color: '#B69BBE'

red 182 ◦ green 155 ◦ blue 190

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

Shades of Chatelle #B69BBE

Tints of Chatelle #B69BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.05%

R = 34.54%
G = 29.41%
B = 36.05%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B69BBE (or 0xB69BBE) is known color: Chatelle. HEX triplet: B6, 9B and BE. RGB value is (182,155,190). Sum of RGB (Red+Green+Blue) = 182+155+190=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #B69BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69BBE is #496441. Grayscale: #A6A6A6. Windows color (decimal): -4809794 or 12491702. OLE color: 12491702.

HSL color Cylindrical-coordinate representation of color #B69BBE: hue angle of 286.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B69BBE is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 155 190 -
CMYK 0.04 0.18 0 0.25
HSL 286.29º 0.21% 0.68% -
HSV(B) 286.29º 0.18% 0.75% -
XYZ 40.31 37.11 53.75 -
YUV 167.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 182 155 190 0.04 0.18 0 0.25 286.29 0.21 0.68
Hex B6 9B BE 4 12 0 19 11E 15 44
Octal 266 233 276 4 22 0 31 436 25 104
Binary 10110110 10011011 10111110 100 10010 0 11001 100011110 10101 1000100

Color Harmonies of #B69BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BBE

Black with #B69BBE

Text Example


Text Example

White with #B69BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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