Html Css Color HEX #C4BCFF Lavender Blue

📋 copy color: '#C4BCFF'

red 196 ◦ green 188 ◦ blue 255

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

Shades of Lavender Blue #C4BCFF

Tints of Lavender Blue #C4BCFF

RGB

 RED value IS 196 (76.95% from 255) = 30.67%

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

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

R = 30.67%
G = 29.42%
B = 39.91%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4BCFF (or 0xC4BCFF) is known color: Lavender Blue. HEX triplet: C4, BC and FF. RGB value is (196,188,255). Sum of RGB (Red+Green+Blue) = 196+188+255=639 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.67% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BCFF is #3B4300. Grayscale: #C5C5C5. Windows color (decimal): -3883777 or 16760004. OLE color: 16760004.

HSL color Cylindrical-coordinate representation of color #C4BCFF: hue angle of 247.16º 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 #C4BCFF is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 188 255 -
CMYK 0.23 0.26 0 0
HSL 247.16º 1% 0.87% -
HSV(B) 247.16º 0.26% 1% -
XYZ 58.8 54.92 102.11 -
YUV 198.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 196 188 255 0.23 0.26 0 0 247.16 1 0.87
Hex C4 BC FF 17 1A 0 0 F7 64 57
Octal 304 274 377 27 32 0 0 367 144 127
Binary 11000100 10111100 11111111 10111 11010 0 0 11110111 1100100 1010111

Color Harmonies of #C4BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BCFF

Black with #C4BCFF

Text Example


Text Example

White with #C4BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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