#C0B3FF

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

Shades of Lavender Blue #C0B3FF

Tints of Lavender Blue #C0B3FF

Color information

#C0B3FF (or 0xC0B3FF) is unknown color: approx Lavender Blue. HEX triplet: C0, B3 and FF. RGB value is (192,179,255). Sum of RGB (Red+Green+Blue) = 192+179+255=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 179 (70.31% from 255 or 28.59% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B3FF is #3F4C00. Grayscale: #BFBFBF. Windows color (decimal): -4148225 or 16757696. OLE color: 16757696.

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

Color convert

RGB192179255-
CMYK0.250.3000
HSL250.26º100%85.1%-
HSV(B)250.26º29.8%100%-
XYZ55.9150.67101.44-
YUV191.55163.81128.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.67%
GREEN value IS 179 (70.31% from 255) = 28.59%
BLUE value IS 255 (100% from 255) = 40.73%
R=30.67%
G=28.59%
B=40.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921792550.250.3000250.2610085.1
HexC0B3FF191E00fa6455
Octal300263377313600372144125
Binary1100000010110011111111111100111110001111101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B3FF; }

 p { color: rgb(192,179,255); }

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

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

 a { background-color: rgb(192,179,255); }

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

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

 span { border-color: rgb(192,179,255); }

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