Html Css Color HEX #C4B8F9 Lavender Blue

📋 copy color: '#C4B8F9'

red 196 ◦ green 184 ◦ blue 249

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

Shades of Lavender Blue #C4B8F9

Tints of Lavender Blue #C4B8F9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.25%

 BLUE value IS 249 (97.66% from 255) = 39.59%

R = 31.16%
G = 29.25%
B = 39.59%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4B8F9 (or 0xC4B8F9) is known color: Lavender Blue. HEX triplet: C4, B8 and F9. RGB value is (196,184,249). Sum of RGB (Red+Green+Blue) = 196+184+249=629 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.16% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #C4B8F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B8F9 is #3B4706. Grayscale: #C2C2C2. Windows color (decimal): -3884807 or 16365764. OLE color: 16365764.

HSL color Cylindrical-coordinate representation of color #C4B8F9: hue angle of 251.08º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4B8F9 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 184 249 -
CMYK 0.21 0.26 0 0.02
HSL 251.08º 0.84% 0.85% -
HSV(B) 251.08º 0.26% 0.98% -
XYZ 57 52.86 96.82 -
YUV 195 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 196 184 249 0.21 0.26 0 0.02 251.08 0.84 0.85
Hex C4 B8 F9 15 1A 0 2 FB 54 55
Octal 304 270 371 25 32 0 2 373 124 125
Binary 11000100 10111000 11111001 10101 11010 0 10 11111011 1010100 1010101

Color Harmonies of #C4B8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B8F9

Black with #C4B8F9

Text Example


Text Example

White with #C4B8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B8F9; }

 p { color: rgb(196,184,249); }

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

background-color css

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

 a { background-color: rgb(196,184,249); }

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

border-color css

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

 span { border-color: rgb(196,184,249); }

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