#C0BEFC

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

Shades of Lavender Blue #C0BEFC

Tints of Lavender Blue #C0BEFC

Color information

#C0BEFC (or 0xC0BEFC) is unknown color: approx Lavender Blue. HEX triplet: C0, BE and FC. RGB value is (192,190,252). Sum of RGB (Red+Green+Blue) = 192+190+252=634 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.28% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BEFC is #3F4103. Grayscale: #C5C5C5. Windows color (decimal): -4145412 or 16563904. OLE color: 16563904.

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

Color convert

RGB192190252-
CMYK0.240.2500.01
HSL241.94º91.18%86.67%-
HSV(B)241.94º24.6%98.82%-
XYZ57.7255.0699.68-
YUV197.67158.66123.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.28%
GREEN value IS 190 (74.61% from 255) = 29.97%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=30.28%
G=29.97%
B=39.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921902520.240.2500.01241.9491.1886.67
HexC0BEFC181901f25b57
Octal300276374303101362133127
Binary1100000010111110111111001100011001011111001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEFC; }

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

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

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

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

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

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

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

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