Html Css Color HEX #C3BDFA Lavender Blue

📋 copy color: '#C3BDFA'

red 195 ◦ green 189 ◦ blue 250

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

Shades of Lavender Blue #C3BDFA

Tints of Lavender Blue #C3BDFA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.81%

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

R = 30.76%
G = 29.81%
B = 39.43%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3BDFA (or 0xC3BDFA) is known color: Lavender Blue. HEX triplet: C3, BD and FA. RGB value is (195,189,250). Sum of RGB (Red+Green+Blue) = 195+189+250=634 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.76% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3BDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDFA is #3C4205. Grayscale: #C5C5C5. Windows color (decimal): -3949062 or 16432579. OLE color: 16432579.

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

Color convert

RGB 195 189 250 -
CMYK 0.22 0.24 0 0.02
HSL 245.9º 0.86% 0.86% -
HSV(B) 245.9º 0.24% 0.98% -
XYZ 57.96 54.9 97.98 -
YUV 197.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 195 189 250 0.22 0.24 0 0.02 245.9 0.86 0.86
Hex C3 BD FA 16 18 0 2 F6 56 56
Octal 303 275 372 26 30 0 2 366 126 126
Binary 11000011 10111101 11111010 10110 11000 0 10 11110110 1010110 1010110

Color Harmonies of #C3BDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDFA

Black with #C3BDFA

Text Example


Text Example

White with #C3BDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDFA; }

 p { color: rgb(195,189,250); }

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

background-color css

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

 a { background-color: rgb(195,189,250); }

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

border-color css

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

 span { border-color: rgb(195,189,250); }

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