#C2B8FF

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

Shades of Lavender Blue #C2B8FF

Tints of Lavender Blue #C2B8FF

Color information

#C2B8FF (or 0xC2B8FF) is unknown color: approx Lavender Blue. HEX triplet: C2, B8 and FF. RGB value is (194,184,255). Sum of RGB (Red+Green+Blue) = 194+184+255=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B8FF is #3D4700. Grayscale: #C2C2C2. Windows color (decimal): -4015873 or 16758978. OLE color: 16758978.

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

Color convert

RGB194184255-
CMYK0.240.2800
HSL248.45º100%86.08%-
HSV(B)248.45º27.84%100%-
XYZ57.4452.97101.8-
YUV195.08161.81127.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.65%
GREEN value IS 184 (72.27% from 255) = 29.07%
BLUE value IS 255 (100% from 255) = 40.28%
R=30.65%
G=29.07%
B=40.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1941842550.240.2800248.4510086.08
HexC2B8FF181C00f86456
Octal302270377303400370144126
Binary1100001010111000111111111100011100001111100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B8FF; }

 p { color: rgb(194,184,255); }

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

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

 a { background-color: rgb(194,184,255); }

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

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

 span { border-color: rgb(194,184,255); }

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