Html Css Color HEX #C0BCFB Lavender Blue

📋 copy color: '#C0BCFB'

red 192 ◦ green 188 ◦ blue 251

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

Shades of Lavender Blue #C0BCFB

Tints of Lavender Blue #C0BCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.78%

R = 30.43%
G = 29.79%
B = 39.78%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0BCFB (or 0xC0BCFB) is known color: Lavender Blue. HEX triplet: C0, BC and FB. RGB value is (192,188,251). Sum of RGB (Red+Green+Blue) = 192+188+251=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCFB is #3F4304. Grayscale: #C4C4C4. Windows color (decimal): -4145925 or 16497856. OLE color: 16497856.

HSL color Cylindrical-coordinate representation of color #C0BCFB: hue angle of 243.81º degrees, saturation: 0.89, 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 #C0BCFB is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 188 251 -
CMYK 0.24 0.25 0 0.02
HSL 243.81º 0.89% 0.86% -
HSV(B) 243.81º 0.25% 0.98% -
XYZ 57.13 54.14 98.71 -
YUV 196.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 192 188 251 0.24 0.25 0 0.02 243.81 0.89 0.86
Hex C0 BC FB 18 19 0 2 F4 59 56
Octal 300 274 373 30 31 0 2 364 131 126
Binary 11000000 10111100 11111011 11000 11001 0 10 11110100 1011001 1010110

Color Harmonies of #C0BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BCFB

Black with #C0BCFB

Text Example


Text Example

White with #C0BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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