Html Css Color HEX #C0BCFA Lavender Blue

📋 copy color: '#C0BCFA'

red 192 ◦ green 188 ◦ blue 250

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

Shades of Lavender Blue #C0BCFA

Tints of Lavender Blue #C0BCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.68%

R = 30.48%
G = 29.84%
B = 39.68%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0BCFA (or 0xC0BCFA) is known color: Lavender Blue. HEX triplet: C0, BC and FA. RGB value is (192,188,250). Sum of RGB (Red+Green+Blue) = 192+188+250=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCFA is #3F4305. Grayscale: #C4C4C4. Windows color (decimal): -4145926 or 16432320. OLE color: 16432320.

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

Color convert

RGB 192 188 250 -
CMYK 0.23 0.25 0 0.02
HSL 243.87º 0.86% 0.86% -
HSV(B) 243.87º 0.25% 0.98% -
XYZ 56.98 54.08 97.88 -
YUV 196.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 192 188 250 0.23 0.25 0 0.02 243.87 0.86 0.86
Hex C0 BC FA 17 19 0 2 F4 56 56
Octal 300 274 372 27 31 0 2 364 126 126
Binary 11000000 10111100 11111010 10111 11001 0 10 11110100 1010110 1010110

Color Harmonies of #C0BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCFA

Black with #C0BCFA

Text Example


Text Example

White with #C0BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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