Html Css Color HEX #C3BAFE Lavender Blue

📋 copy color: '#C3BAFE'

red 195 ◦ green 186 ◦ blue 254

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

Shades of Lavender Blue #C3BAFE

Tints of Lavender Blue #C3BAFE

RGB

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

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

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

R = 30.71%
G = 29.29%
B = 40%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3BAFE (or 0xC3BAFE) is known color: Lavender Blue. HEX triplet: C3, BA and FE. RGB value is (195,186,254). Sum of RGB (Red+Green+Blue) = 195+186+254=635 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.71% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BAFE is #3C4501. Grayscale: #C4C4C4. Windows color (decimal): -3949826 or 16693955. OLE color: 16693955.

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

Color convert

RGB 195 186 254 -
CMYK 0.23 0.27 0 0.00
HSL 247.94º 0.97% 0.86% -
HSV(B) 247.94º 0.27% 1% -
XYZ 57.95 53.88 101.11 -
YUV 196.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 195 186 254 0.23 0.27 0 0.00 247.94 0.97 0.86
Hex C3 BA FE 17 1B 0 0 F8 61 56
Octal 303 272 376 27 33 0 0 370 141 126
Binary 11000011 10111010 11111110 10111 11011 0 0 11111000 1100001 1010110

Color Harmonies of #C3BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BAFE

Black with #C3BAFE

Text Example


Text Example

White with #C3BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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