Html Css Color HEX #C3BAFF Lavender Blue

📋 copy color: '#C3BAFF'

red 195 ◦ green 186 ◦ blue 255

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

Shades of Lavender Blue #C3BAFF

Tints of Lavender Blue #C3BAFF

RGB

 RED value IS 195 (76.56% from 255) = 30.66%

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

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

R = 30.66%
G = 29.25%
B = 40.09%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C3BAFF (or 0xC3BAFF) is known color: Lavender Blue. HEX triplet: C3, BA and FF. RGB value is (195,186,255). Sum of RGB (Red+Green+Blue) = 195+186+255=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BAFF is #3C4500. Grayscale: #C4C4C4. Windows color (decimal): -3949825 or 16759491. OLE color: 16759491.

HSL color Cylindrical-coordinate representation of color #C3BAFF: hue angle of 247.83º 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 #C3BAFF is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 186 255 -
CMYK 0.24 0.27 0 0
HSL 247.83º 1% 0.86% -
HSV(B) 247.83º 0.27% 1% -
XYZ 58.11 53.94 101.96 -
YUV 196.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 195 186 255 0.24 0.27 0 0 247.83 1 0.86
Hex C3 BA FF 18 1B 0 0 F8 64 56
Octal 303 272 377 30 33 0 0 370 144 126
Binary 11000011 10111010 11111111 11000 11011 0 0 11111000 1100100 1010110

Color Harmonies of #C3BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BAFF

Black with #C3BAFF

Text Example


Text Example

White with #C3BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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