Html Css Color HEX #C3BDF9 Lavender Blue

📋 copy color: '#C3BDF9'

red 195 ◦ green 189 ◦ blue 249

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

Shades of Lavender Blue #C3BDF9

Tints of Lavender Blue #C3BDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.34%

R = 30.81%
G = 29.86%
B = 39.34%

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

#C3BDF9 (or 0xC3BDF9) is known color: Lavender Blue. HEX triplet: C3, BD and F9. RGB value is (195,189,249). Sum of RGB (Red+Green+Blue) = 195+189+249=633 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.81% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #C3BDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDF9 is #3C4206. Grayscale: #C5C5C5. Windows color (decimal): -3949063 or 16367043. OLE color: 16367043.

HSL color Cylindrical-coordinate representation of color #C3BDF9: hue angle of 246º degrees, saturation: 0.83, 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 #C3BDF9 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 189 249 -
CMYK 0.22 0.24 0 0.02
HSL 246º 0.83% 0.86% -
HSV(B) 246º 0.24% 0.98% -
XYZ 57.8 54.84 97.16 -
YUV 197.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 195 189 249 0.22 0.24 0 0.02 246 0.83 0.86
Hex C3 BD F9 16 18 0 2 F6 53 56
Octal 303 275 371 26 30 0 2 366 123 126
Binary 11000011 10111101 11111001 10110 11000 0 10 11110110 1010011 1010110

Color Harmonies of #C3BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDF9

Black with #C3BDF9

Text Example


Text Example

White with #C3BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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