Html Css Color HEX #C4BBFA Lavender Blue

📋 copy color: '#C4BBFA'

red 196 ◦ green 187 ◦ blue 250

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

Shades of Lavender Blue #C4BBFA

Tints of Lavender Blue #C4BBFA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.54%

 BLUE value IS 250 (98.05% from 255) = 39.49%

R = 30.96%
G = 29.54%
B = 39.49%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4BBFA (or 0xC4BBFA) is known color: Lavender Blue. HEX triplet: C4, BB and FA. RGB value is (196,187,250). Sum of RGB (Red+Green+Blue) = 196+187+250=633 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.96% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBFA is #3B4405. Grayscale: #C4C4C4. Windows color (decimal): -3884038 or 16432068. OLE color: 16432068.

HSL color Cylindrical-coordinate representation of color #C4BBFA: hue angle of 248.57º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C4BBFA is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 187 250 -
CMYK 0.22 0.25 0 0.02
HSL 248.57º 0.86% 0.86% -
HSV(B) 248.57º 0.25% 0.98% -
XYZ 57.79 54.18 97.85 -
YUV 196.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 196 187 250 0.22 0.25 0 0.02 248.57 0.86 0.86
Hex C4 BB FA 16 19 0 2 F9 56 56
Octal 304 273 372 26 31 0 2 371 126 126
Binary 11000100 10111011 11111010 10110 11001 0 10 11111001 1010110 1010110

Color Harmonies of #C4BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBFA

Black with #C4BBFA

Text Example


Text Example

White with #C4BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBFA; }

 p { color: rgb(196,187,250); }

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

background-color css

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

 a { background-color: rgb(196,187,250); }

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

border-color css

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

 span { border-color: rgb(196,187,250); }

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