#C8BEF6

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

Shades of Lavender Blue #C8BEF6

Tints of Lavender Blue #C8BEF6

Color information

#C8BEF6 (or 0xC8BEF6) is unknown color: approx Lavender Blue. HEX triplet: C8, BE and F6. RGB value is (200,190,246). Sum of RGB (Red+Green+Blue) = 200+190+246=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #C8BEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEF6 is #374109. Grayscale: #C7C7C7. Windows color (decimal): -3621130 or 16170696. OLE color: 16170696.

HSL color Cylindrical-coordinate representation of color #C8BEF6: hue angle of 250.71º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8BEF6 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB200190246-
CMYK0.190.2300.04
HSL250.71º75.68%85.49%-
HSV(B)250.71º22.76%96.47%-
XYZ58.8755.7694.85-
YUV199.37154.31128.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.45%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 246 (96.48% from 255) = 38.68%
R=31.45%
G=29.87%
B=38.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2001902460.190.2300.04250.7175.6885.49
HexC8BEF6131704fb4c55
Octal310276366232704373114125
Binary110010001011111011110110100111011101001111101110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEF6; }

 p { color: rgb(200,190,246); }

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

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

 a { background-color: rgb(200,190,246); }

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

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

 span { border-color: rgb(200,190,246); }

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