Html Css Color HEX #C5B8FA Lavender Blue

📋 copy color: '#C5B8FA'

red 197 ◦ green 184 ◦ blue 250

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

Shades of Lavender Blue #C5B8FA

Tints of Lavender Blue #C5B8FA

RGB

 RED value IS 197 (77.34% from 255) = 31.22%

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

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

R = 31.22%
G = 29.16%
B = 39.62%

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

#C5B8FA (or 0xC5B8FA) is known color: Lavender Blue. HEX triplet: C5, B8 and FA. RGB value is (197,184,250). Sum of RGB (Red+Green+Blue) = 197+184+250=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5B8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B8FA is #3A4705. Grayscale: #C3C3C3. Windows color (decimal): -3819270 or 16431301. OLE color: 16431301.

HSL color Cylindrical-coordinate representation of color #C5B8FA: hue angle of 251.82º degrees, saturation: 0.87, 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 #C5B8FA is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 184 250 -
CMYK 0.21 0.26 0 0.02
HSL 251.82º 0.87% 0.85% -
HSV(B) 251.82º 0.26% 0.98% -
XYZ 57.42 53.05 97.66 -
YUV 195.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 197 184 250 0.21 0.26 0 0.02 251.82 0.87 0.85
Hex C5 B8 FA 15 1A 0 2 FC 57 55
Octal 305 270 372 25 32 0 2 374 127 125
Binary 11000101 10111000 11111010 10101 11010 0 10 11111100 1010111 1010101

Color Harmonies of #C5B8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B8FA

Black with #C5B8FA

Text Example


Text Example

White with #C5B8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B8FA; }

 p { color: rgb(197,184,250); }

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

background-color css

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

 a { background-color: rgb(197,184,250); }

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

border-color css

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

 span { border-color: rgb(197,184,250); }

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