Html Css Color HEX #C1BCFC Lavender Blue

📋 copy color: '#C1BCFC'

red 193 ◦ green 188 ◦ blue 252

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

Shades of Lavender Blue #C1BCFC

Tints of Lavender Blue #C1BCFC

RGB

 RED value IS 193 (75.78% from 255) = 30.49%

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

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

R = 30.49%
G = 29.7%
B = 39.81%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C1BCFC (or 0xC1BCFC) is known color: Lavender Blue. HEX triplet: C1, BC and FC. RGB value is (193,188,252). Sum of RGB (Red+Green+Blue) = 193+188+252=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BCFC is #3E4303. Grayscale: #C4C4C4. Windows color (decimal): -4080388 or 16563393. OLE color: 16563393.

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

Color convert

RGB 193 188 252 -
CMYK 0.23 0.25 0 0.01
HSL 244.69º 0.91% 0.86% -
HSV(B) 244.69º 0.25% 0.99% -
XYZ 57.55 54.33 99.55 -
YUV 196.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 193 188 252 0.23 0.25 0 0.01 244.69 0.91 0.86
Hex C1 BC FC 17 19 0 1 F5 5B 56
Octal 301 274 374 27 31 0 1 365 133 126
Binary 11000001 10111100 11111100 10111 11001 0 1 11110101 1011011 1010110

Color Harmonies of #C1BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BCFC

Black with #C1BCFC

Text Example


Text Example

White with #C1BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BCFC; }

 p { color: rgb(193,188,252); }

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

background-color css

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

 a { background-color: rgb(193,188,252); }

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

border-color css

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

 span { border-color: rgb(193,188,252); }

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