#C0B8F8

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

Shades of Lavender Blue #C0B8F8

Tints of Lavender Blue #C0B8F8

Color information

#C0B8F8 (or 0xC0B8F8) is unknown color: approx Lavender Blue. HEX triplet: C0, B8 and F8. RGB value is (192,184,248). Sum of RGB (Red+Green+Blue) = 192+184+248=624 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.77% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #C0B8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B8F8 is #3F4707. Grayscale: #C1C1C1. Windows color (decimal): -4146952 or 16300224. OLE color: 16300224.

HSL color Cylindrical-coordinate representation of color #C0B8F8: hue angle of 247.5º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0B8F8 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB192184248-
CMYK0.230.2600.03
HSL247.5º82.05%84.71%-
HSV(B)247.5º25.81%97.25%-
XYZ55.8252.2695.95-
YUV193.69158.65126.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.77%
GREEN value IS 184 (72.27% from 255) = 29.49%
BLUE value IS 248 (97.27% from 255) = 39.74%
R=30.77%
G=29.49%
B=39.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1921842480.230.2600.03247.582.0584.71
HexC0B8F8171A03f85255
Octal300270370273203370122125
Binary11000000101110001111100010111110100111111100010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B8F8; }

 p { color: rgb(192,184,248); }

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

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

 a { background-color: rgb(192,184,248); }

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

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

 span { border-color: rgb(192,184,248); }

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