Html Css Color HEX #C0B5FC Lavender Blue

📋 copy color: '#C0B5FC'

red 192 ◦ green 181 ◦ blue 252

#C0B5FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #C0B5FC

Tints of Lavender Blue #C0B5FC

RGB

 RED value IS 192 (75.39% from 255) = 30.72%

 GREEN value IS 181 (71.09% from 255) = 28.96%

 BLUE value IS 252 (98.83% from 255) = 40.32%

R = 30.72%
G = 28.96%
B = 40.32%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0B5FC (or 0xC0B5FC) is known color: Lavender Blue. HEX triplet: C0, B5 and FC. RGB value is (192,181,252). Sum of RGB (Red+Green+Blue) = 192+181+252=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0B5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B5FC is #3F4A03. Grayscale: #C0C0C0. Windows color (decimal): -4147716 or 16561600. OLE color: 16561600.

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

Color convert

RGB 192 181 252 -
CMYK 0.24 0.28 0 0.01
HSL 249.3º 0.92% 0.85% -
HSV(B) 249.3º 0.28% 0.99% -
XYZ 55.83 51.28 99.05 -
YUV 192.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 192 181 252 0.24 0.28 0 0.01 249.3 0.92 0.85
Hex C0 B5 FC 18 1C 0 1 F9 5C 55
Octal 300 265 374 30 34 0 1 371 134 125
Binary 11000000 10110101 11111100 11000 11100 0 1 11111001 1011100 1010101

Color Harmonies of #C0B5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B5FC

Black with #C0B5FC

Text Example


Text Example

White with #C0B5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B5FC; }

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

 H1.HeaderClassName
 {
   color: #C0B5FC;
 }
 .AnyTagClassName
 {
   color: #C0B5FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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