#C0BEFA

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

Shades of Lavender Blue #C0BEFA

Tints of Lavender Blue #C0BEFA

Color information

#C0BEFA (or 0xC0BEFA) is unknown color: approx Lavender Blue. HEX triplet: C0, BE and FA. RGB value is (192,190,250). Sum of RGB (Red+Green+Blue) = 192+190+250=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 190 (74.61% from 255 or 30.06% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEFA is #3F4105. Grayscale: #C5C5C5. Windows color (decimal): -4145414 or 16432832. OLE color: 16432832.

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

Color convert

RGB192190250-
CMYK0.230.2400.02
HSL242º85.71%86.27%-
HSV(B)242º24%98.04%-
XYZ57.4154.9498.02-
YUV197.44157.66124.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.38%
GREEN value IS 190 (74.61% from 255) = 30.06%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=30.38%
G=30.06%
B=39.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921902500.230.2400.0224285.7186.27
HexC0BEFA171802f25656
Octal300276372273002362126126
Binary11000000101111101111101010111110000101111001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEFA; }

 p { color: rgb(192,190,250); }

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

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

 a { background-color: rgb(192,190,250); }

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

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

 span { border-color: rgb(192,190,250); }

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