Html Css Color HEX #C4B8FB Lavender Blue

📋 copy color: '#C4B8FB'

red 196 ◦ green 184 ◦ blue 251

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

Shades of Lavender Blue #C4B8FB

Tints of Lavender Blue #C4B8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.78%

R = 31.06%
G = 29.16%
B = 39.78%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4B8FB (or 0xC4B8FB) is known color: Lavender Blue. HEX triplet: C4, B8 and FB. RGB value is (196,184,251). Sum of RGB (Red+Green+Blue) = 196+184+251=631 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.06% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4B8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B8FB is #3B4704. Grayscale: #C2C2C2. Windows color (decimal): -3884805 or 16496836. OLE color: 16496836.

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

Color convert

RGB 196 184 251 -
CMYK 0.22 0.27 0 0.02
HSL 250.75º 0.89% 0.85% -
HSV(B) 250.75º 0.27% 0.98% -
XYZ 57.32 52.98 98.47 -
YUV 195.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 196 184 251 0.22 0.27 0 0.02 250.75 0.89 0.85
Hex C4 B8 FB 16 1B 0 2 FB 59 55
Octal 304 270 373 26 33 0 2 373 131 125
Binary 11000100 10111000 11111011 10110 11011 0 10 11111011 1011001 1010101

Color Harmonies of #C4B8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B8FB

Black with #C4B8FB

Text Example


Text Example

White with #C4B8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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