#B699BE

Color #B699BE Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #B699BE

Tints of Chatelle #B699BE

Color information

#B699BE (or 0xB699BE) is unknown color: approx Chatelle. HEX triplet: B6, 99 and BE. RGB value is (182,153,190). Sum of RGB (Red+Green+Blue) = 182+153+190=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #B699BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699BE is #496641. Grayscale: #A5A5A5. Windows color (decimal): -4810306 or 12491190. OLE color: 12491190.

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

Color convert

RGB182153190-
CMYK0.040.1900.25
HSL287.03º22.16%67.25%-
HSV(B)287.03º19.47%74.51%-
XYZ39.9836.4553.64-
YUV165.89141.61139.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=34.67%
G=29.14%
B=36.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821531900.040.1900.25287.0322.1667.25
HexB699BE41301911f1643
Octal26623127642303143726103
Binary10110110100110011011111010010011011001100011111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699BE; }

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

 H1.HeaderClassName
 {
   color: #B699BE;
 }
 .AnyTagClassName
 {
   color: #B699BE;
 }
</style>
background-color css

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

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

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

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

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

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