Html Css Color HEX #C0BCFF Lavender Blue

📋 copy color: '#C0BCFF'

red 192 ◦ green 188 ◦ blue 255

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

Shades of Lavender Blue #C0BCFF

Tints of Lavender Blue #C0BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.61%

 BLUE value IS 255 (100% from 255) = 40.16%

R = 30.24%
G = 29.61%
B = 40.16%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0BCFF (or 0xC0BCFF) is known color: Lavender Blue. HEX triplet: C0, BC and FF. RGB value is (192,188,255). Sum of RGB (Red+Green+Blue) = 192+188+255=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCFF is #3F4300. Grayscale: #C4C4C4. Windows color (decimal): -4145921 or 16760000. OLE color: 16760000.

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

Color convert

RGB 192 188 255 -
CMYK 0.25 0.26 0 0
HSL 243.58º 1% 0.87% -
HSV(B) 243.58º 0.26% 1% -
XYZ 57.77 54.39 102.06 -
YUV 196.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 192 188 255 0.25 0.26 0 0 243.58 1 0.87
Hex C0 BC FF 19 1A 0 0 F4 64 57
Octal 300 274 377 31 32 0 0 364 144 127
Binary 11000000 10111100 11111111 11001 11010 0 0 11110100 1100100 1010111

Color Harmonies of #C0BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCFF

Black with #C0BCFF

Text Example


Text Example

White with #C0BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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