Html Css Color HEX #C7BAFF Lavender Blue

📋 copy color: '#C7BAFF'

red 199 ◦ green 186 ◦ blue 255

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

Shades of Lavender Blue #C7BAFF

Tints of Lavender Blue #C7BAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.84%

R = 31.09%
G = 29.06%
B = 39.84%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C7BAFF (or 0xC7BAFF) is known color: Lavender Blue. HEX triplet: C7, BA and FF. RGB value is (199,186,255). Sum of RGB (Red+Green+Blue) = 199+186+255=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BAFF is #384500. Grayscale: #C5C5C5. Windows color (decimal): -3687681 or 16759495. OLE color: 16759495.

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

Color convert

RGB 199 186 255 -
CMYK 0.22 0.27 0 0
HSL 251.3º 1% 0.86% -
HSV(B) 251.3º 0.27% 1% -
XYZ 59.16 54.48 102.01 -
YUV 197.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 199 186 255 0.22 0.27 0 0 251.3 1 0.86
Hex C7 BA FF 16 1B 0 0 FB 64 56
Octal 307 272 377 26 33 0 0 373 144 126
Binary 11000111 10111010 11111111 10110 11011 0 0 11111011 1100100 1010110

Color Harmonies of #C7BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BAFF

Black with #C7BAFF

Text Example


Text Example

White with #C7BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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