Html Css Color HEX #C3BBFF Lavender Blue

📋 copy color: '#C3BBFF'

red 195 ◦ green 187 ◦ blue 255

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

Shades of Lavender Blue #C3BBFF

Tints of Lavender Blue #C3BBFF

RGB

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

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

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

R = 30.61%
G = 29.36%
B = 40.03%

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

#C3BBFF (or 0xC3BBFF) is known color: Lavender Blue. HEX triplet: C3, BB and FF. RGB value is (195,187,255). Sum of RGB (Red+Green+Blue) = 195+187+255=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3BBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBFF is #3C4400. Grayscale: #C4C4C4. Windows color (decimal): -3949569 or 16759747. OLE color: 16759747.

HSL color Cylindrical-coordinate representation of color #C3BBFF: hue angle of 247.06º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3BBFF is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 187 255 -
CMYK 0.24 0.27 0 0
HSL 247.06º 1% 0.87% -
HSV(B) 247.06º 0.27% 1% -
XYZ 58.33 54.36 102.03 -
YUV 197.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 195 187 255 0.24 0.27 0 0 247.06 1 0.87
Hex C3 BB FF 18 1B 0 0 F7 64 57
Octal 303 273 377 30 33 0 0 367 144 127
Binary 11000011 10111011 11111111 11000 11011 0 0 11110111 1100100 1010111

Color Harmonies of #C3BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBFF

Black with #C3BBFF

Text Example


Text Example

White with #C3BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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