#BEAFCB

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

Shades of French Grey #BEAFCB

Tints of French Grey #BEAFCB

Color information

#BEAFCB (or 0xBEAFCB) is unknown color: approx French Grey. HEX triplet: BE, AF and CB. RGB value is (190,175,203). Sum of RGB (Red+Green+Blue) = 190+175+203=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #BEAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFCB is #415034. Grayscale: #B6B6B6. Windows color (decimal): -4280373 or 13348798. OLE color: 13348798.

HSL color Cylindrical-coordinate representation of color #BEAFCB: hue angle of 272.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEAFCB is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB190175203-
CMYK0.060.1400.20
HSL272.14º21.21%74.12%-
HSV(B)272.14º13.79%79.61%-
XYZ47.3445.9262.87-
YUV182.68139.47133.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.45%
GREEN value IS 175 (68.75% from 255) = 30.81%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=33.45%
G=30.81%
B=35.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1901752030.060.1400.20272.1421.2174.12
HexBEAFCB6E014110154a
Octal27625731361602442025112
Binary1011111010101111110010111101110010100100010000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFCB; }

 p { color: rgb(190,175,203); }

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

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

 a { background-color: rgb(190,175,203); }

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

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

 span { border-color: rgb(190,175,203); }

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