Html Css Color HEX #C4B5FE Lavender Blue

📋 copy color: '#C4B5FE'

red 196 ◦ green 181 ◦ blue 254

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

Shades of Lavender Blue #C4B5FE

Tints of Lavender Blue #C4B5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.68%

 BLUE value IS 254 (99.61% from 255) = 40.25%

R = 31.06%
G = 28.68%
B = 40.25%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4B5FE (or 0xC4B5FE) is known color: Lavender Blue. HEX triplet: C4, B5 and FE. RGB value is (196,181,254). Sum of RGB (Red+Green+Blue) = 196+181+254=631 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.06% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4B5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B5FE is #3B4A01. Grayscale: #C1C1C1. Windows color (decimal): -3885570 or 16692676. OLE color: 16692676.

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

Color convert

RGB 196 181 254 -
CMYK 0.23 0.29 0 0.00
HSL 252.33º 0.97% 0.85% -
HSV(B) 252.33º 0.29% 1% -
XYZ 57.18 51.94 100.78 -
YUV 193.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 196 181 254 0.23 0.29 0 0.00 252.33 0.97 0.85
Hex C4 B5 FE 17 1D 0 0 FC 61 55
Octal 304 265 376 27 35 0 0 374 141 125
Binary 11000100 10110101 11111110 10111 11101 0 0 11111100 1100001 1010101

Color Harmonies of #C4B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B5FE

Black with #C4B5FE

Text Example


Text Example

White with #C4B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B5FE; }

 p { color: rgb(196,181,254); }

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

background-color css

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

 a { background-color: rgb(196,181,254); }

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

border-color css

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

 span { border-color: rgb(196,181,254); }

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