#C8BEFF

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

Shades of Lavender Blue #C8BEFF

Tints of Lavender Blue #C8BEFF

Color information

#C8BEFF (or 0xC8BEFF) is unknown color: approx Lavender Blue. HEX triplet: C8, BE and FF. RGB value is (200,190,255). Sum of RGB (Red+Green+Blue) = 200+190+255=645 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.01% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BEFF is #374100. Grayscale: #C8C8C8. Windows color (decimal): -3621121 or 16760520. OLE color: 16760520.

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

Color convert

RGB200190255-
CMYK0.220.2500
HSL249.23º100%87.25%-
HSV(B)249.23º25.49%100%-
XYZ60.2856.33102.3-
YUV200.4158.81127.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.01%
GREEN value IS 190 (74.61% from 255) = 29.46%
BLUE value IS 255 (100% from 255) = 39.53%
R=31.01%
G=29.46%
B=39.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001902550.220.2500249.2310087.25
HexC8BEFF161900f96457
Octal310276377263100371144127
Binary1100100010111110111111111011011001001111100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEFF; }

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

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

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

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

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

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

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

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