Html Css Color HEX #C4BBFE Lavender Blue

📋 copy color: '#C4BBFE'

red 196 ◦ green 187 ◦ blue 254

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

Shades of Lavender Blue #C4BBFE

Tints of Lavender Blue #C4BBFE

RGB

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

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

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

R = 30.77%
G = 29.36%
B = 39.87%

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

#C4BBFE (or 0xC4BBFE) is known color: Lavender Blue. HEX triplet: C4, BB and FE. RGB value is (196,187,254). Sum of RGB (Red+Green+Blue) = 196+187+254=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BBFE is #3B4401. Grayscale: #C5C5C5. Windows color (decimal): -3884034 or 16694212. OLE color: 16694212.

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

Color convert

RGB 196 187 254 -
CMYK 0.23 0.26 0 0.00
HSL 248.06º 0.97% 0.86% -
HSV(B) 248.06º 0.26% 1% -
XYZ 58.42 54.43 101.19 -
YUV 197.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 196 187 254 0.23 0.26 0 0.00 248.06 0.97 0.86
Hex C4 BB FE 17 1A 0 0 F8 61 56
Octal 304 273 376 27 32 0 0 370 141 126
Binary 11000100 10111011 11111110 10111 11010 0 0 11111000 1100001 1010110

Color Harmonies of #C4BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBFE

Black with #C4BBFE

Text Example


Text Example

White with #C4BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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