Html Css Color HEX #C4BDFE Lavender Blue

📋 copy color: '#C4BDFE'

red 196 ◦ green 189 ◦ blue 254

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

Shades of Lavender Blue #C4BDFE

Tints of Lavender Blue #C4BDFE

RGB

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

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

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

R = 30.67%
G = 29.58%
B = 39.75%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C4BDFE (or 0xC4BDFE) is known color: Lavender Blue. HEX triplet: C4, BD and FE. RGB value is (196,189,254). Sum of RGB (Red+Green+Blue) = 196+189+254=639 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.67% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BDFE is #3B4201. Grayscale: #C6C6C6. Windows color (decimal): -3883522 or 16694724. OLE color: 16694724.

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

Color convert

RGB 196 189 254 -
CMYK 0.23 0.26 0 0.00
HSL 246.46º 0.97% 0.87% -
HSV(B) 246.46º 0.26% 1% -
XYZ 58.85 55.29 101.34 -
YUV 198.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 196 189 254 0.23 0.26 0 0.00 246.46 0.97 0.87
Hex C4 BD FE 17 1A 0 0 F6 61 57
Octal 304 275 376 27 32 0 0 366 141 127
Binary 11000100 10111101 11111110 10111 11010 0 0 11110110 1100001 1010111

Color Harmonies of #C4BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDFE

Black with #C4BDFE

Text Example


Text Example

White with #C4BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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