Html Css Color HEX #C7BAFE Lavender Blue

📋 copy color: '#C7BAFE'

red 199 ◦ green 186 ◦ blue 254

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

Shades of Lavender Blue #C7BAFE

Tints of Lavender Blue #C7BAFE

RGB

 RED value IS 199 (78.13% from 255) = 31.14%

 GREEN value IS 186 (73.05% from 255) = 29.11%

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

R = 31.14%
G = 29.11%
B = 39.75%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C7BAFE (or 0xC7BAFE) is known color: Lavender Blue. HEX triplet: C7, BA and FE. RGB value is (199,186,254). Sum of RGB (Red+Green+Blue) = 199+186+254=639 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.14% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BAFE is #384501. Grayscale: #C5C5C5. Windows color (decimal): -3687682 or 16693959. OLE color: 16693959.

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

Color convert

RGB 199 186 254 -
CMYK 0.22 0.27 0 0.00
HSL 251.47º 0.97% 0.86% -
HSV(B) 251.47º 0.27% 1% -
XYZ 59 54.42 101.16 -
YUV 197.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 199 186 254 0.22 0.27 0 0.00 251.47 0.97 0.86
Hex C7 BA FE 16 1B 0 0 FB 61 56
Octal 307 272 376 26 33 0 0 373 141 126
Binary 11000111 10111010 11111110 10110 11011 0 0 11111011 1100001 1010110

Color Harmonies of #C7BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BAFE

Black with #C7BAFE

Text Example


Text Example

White with #C7BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BAFE; }

 p { color: rgb(199,186,254); }

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

background-color css

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

 a { background-color: rgb(199,186,254); }

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

border-color css

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

 span { border-color: rgb(199,186,254); }

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