Html Css Color HEX #C4BDF3 Lavender Blue

📋 copy color: '#C4BDF3'

red 196 ◦ green 189 ◦ blue 243

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

Shades of Lavender Blue #C4BDF3

Tints of Lavender Blue #C4BDF3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.1%

 BLUE value IS 243 (95.31% from 255) = 38.69%

R = 31.21%
G = 30.1%
B = 38.69%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C4BDF3 (or 0xC4BDF3) is known color: Lavender Blue. HEX triplet: C4, BD and F3. RGB value is (196,189,243). Sum of RGB (Red+Green+Blue) = 196+189+243=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #C4BDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDF3 is #3B420C. Grayscale: #C5C5C5. Windows color (decimal): -3883533 or 15973828. OLE color: 15973828.

HSL color Cylindrical-coordinate representation of color #C4BDF3: hue angle of 247.78º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4BDF3 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 189 243 -
CMYK 0.19 0.22 0 0.05
HSL 247.78º 0.69% 0.85% -
HSV(B) 247.78º 0.22% 0.95% -
XYZ 57.14 54.6 92.32 -
YUV 197.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 196 189 243 0.19 0.22 0 0.05 247.78 0.69 0.85
Hex C4 BD F3 13 16 0 5 F8 45 55
Octal 304 275 363 23 26 0 5 370 105 125
Binary 11000100 10111101 11110011 10011 10110 0 101 11111000 1000101 1010101

Color Harmonies of #C4BDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDF3

Black with #C4BDF3

Text Example


Text Example

White with #C4BDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDF3; }

 p { color: rgb(196,189,243); }

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

background-color css

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

 a { background-color: rgb(196,189,243); }

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

border-color css

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

 span { border-color: rgb(196,189,243); }

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