Html Css Color HEX #C4B6FF Lavender Blue

📋 copy color: '#C4B6FF'

red 196 ◦ green 182 ◦ blue 255

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

Shades of Lavender Blue #C4B6FF

Tints of Lavender Blue #C4B6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 28.75%

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

R = 30.96%
G = 28.75%
B = 40.28%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4B6FF (or 0xC4B6FF) is known color: Lavender Blue. HEX triplet: C4, B6 and FF. RGB value is (196,182,255). Sum of RGB (Red+Green+Blue) = 196+182+255=633 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.96% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B6FF is #3B4900. Grayscale: #C2C2C2. Windows color (decimal): -3885313 or 16758468. OLE color: 16758468.

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

Color convert

RGB 196 182 255 -
CMYK 0.23 0.29 0 0
HSL 251.51º 1% 0.86% -
HSV(B) 251.51º 0.29% 1% -
XYZ 57.54 52.41 101.69 -
YUV 194.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 196 182 255 0.23 0.29 0 0 251.51 1 0.86
Hex C4 B6 FF 17 1D 0 0 FC 64 56
Octal 304 266 377 27 35 0 0 374 144 126
Binary 11000100 10110110 11111111 10111 11101 0 0 11111100 1100100 1010110

Color Harmonies of #C4B6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B6FF

Black with #C4B6FF

Text Example


Text Example

White with #C4B6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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