Html Css Color HEX #C3BBFA Lavender Blue

📋 copy color: '#C3BBFA'

red 195 ◦ green 187 ◦ blue 250

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

Shades of Lavender Blue #C3BBFA

Tints of Lavender Blue #C3BBFA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.59%

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

R = 30.85%
G = 29.59%
B = 39.56%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3BBFA (or 0xC3BBFA) is known color: Lavender Blue. HEX triplet: C3, BB and FA. RGB value is (195,187,250). Sum of RGB (Red+Green+Blue) = 195+187+250=632 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.85% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #C3BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBFA is #3C4405. Grayscale: #C4C4C4. Windows color (decimal): -3949574 or 16432067. OLE color: 16432067.

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

Color convert

RGB 195 187 250 -
CMYK 0.22 0.25 0 0.02
HSL 247.62º 0.86% 0.86% -
HSV(B) 247.62º 0.25% 0.98% -
XYZ 57.53 54.04 97.84 -
YUV 196.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 195 187 250 0.22 0.25 0 0.02 247.62 0.86 0.86
Hex C3 BB FA 16 19 0 2 F8 56 56
Octal 303 273 372 26 31 0 2 370 126 126
Binary 11000011 10111011 11111010 10110 11001 0 10 11111000 1010110 1010110

Color Harmonies of #C3BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBFA

Black with #C3BBFA

Text Example


Text Example

White with #C3BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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