Html Css Color HEX #C3BBFE Lavender Blue

📋 copy color: '#C3BBFE'

red 195 ◦ green 187 ◦ blue 254

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

Shades of Lavender Blue #C3BBFE

Tints of Lavender Blue #C3BBFE

RGB

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

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

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

R = 30.66%
G = 29.4%
B = 39.94%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3BBFE (or 0xC3BBFE) is known color: Lavender Blue. HEX triplet: C3, BB and FE. RGB value is (195,187,254). Sum of RGB (Red+Green+Blue) = 195+187+254=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3BBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBFE is #3C4401. Grayscale: #C4C4C4. Windows color (decimal): -3949570 or 16694211. OLE color: 16694211.

HSL color Cylindrical-coordinate representation of color #C3BBFE: hue angle of 247.16º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3BBFE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 187 254 -
CMYK 0.23 0.26 0 0.00
HSL 247.16º 0.97% 0.86% -
HSV(B) 247.16º 0.26% 1% -
XYZ 58.17 54.3 101.18 -
YUV 197.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 195 187 254 0.23 0.26 0 0.00 247.16 0.97 0.86
Hex C3 BB FE 17 1A 0 0 F7 61 56
Octal 303 273 376 27 32 0 0 367 141 126
Binary 11000011 10111011 11111110 10111 11010 0 0 11110111 1100001 1010110

Color Harmonies of #C3BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBFE

Black with #C3BBFE

Text Example


Text Example

White with #C3BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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