Html Css Color HEX #C4BDFC Lavender Blue

📋 copy color: '#C4BDFC'

red 196 ◦ green 189 ◦ blue 252

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

Shades of Lavender Blue #C4BDFC

Tints of Lavender Blue #C4BDFC

RGB

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

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

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

R = 30.77%
G = 29.67%
B = 39.56%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C4BDFC (or 0xC4BDFC) is known color: Lavender Blue. HEX triplet: C4, BD and FC. RGB value is (196,189,252). Sum of RGB (Red+Green+Blue) = 196+189+252=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDFC is #3B4203. Grayscale: #C6C6C6. Windows color (decimal): -3883524 or 16563652. OLE color: 16563652.

HSL color Cylindrical-coordinate representation of color #C4BDFC: hue angle of 246.67º 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 #C4BDFC is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 189 252 -
CMYK 0.22 0.25 0 0.01
HSL 246.67º 0.91% 0.86% -
HSV(B) 246.67º 0.25% 0.99% -
XYZ 58.53 55.16 99.66 -
YUV 198.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 196 189 252 0.22 0.25 0 0.01 246.67 0.91 0.86
Hex C4 BD FC 16 19 0 1 F7 5B 56
Octal 304 275 374 26 31 0 1 367 133 126
Binary 11000100 10111101 11111100 10110 11001 0 1 11110111 1011011 1010110

Color Harmonies of #C4BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDFC

Black with #C4BDFC

Text Example


Text Example

White with #C4BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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