Html Css Color HEX #C4BFF3 Lavender Blue

📋 copy color: '#C4BFF3'

red 196 ◦ green 191 ◦ blue 243

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

Shades of Lavender Blue #C4BFF3

Tints of Lavender Blue #C4BFF3

RGB

 RED value IS 196 (76.95% from 255) = 31.11%

 GREEN value IS 191 (75% from 255) = 30.32%

 BLUE value IS 243 (95.31% from 255) = 38.57%

R = 31.11%
G = 30.32%
B = 38.57%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C4BFF3 (or 0xC4BFF3) is known color: Lavender Blue. HEX triplet: C4, BF and F3. RGB value is (196,191,243). Sum of RGB (Red+Green+Blue) = 196+191+243=630 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.11% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #C4BFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BFF3 is #3B400C. Grayscale: #C6C6C6. Windows color (decimal): -3883021 or 15974340. OLE color: 15974340.

HSL color Cylindrical-coordinate representation of color #C4BFF3: hue angle of 245.77º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4BFF3 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 191 243 -
CMYK 0.19 0.21 0 0.05
HSL 245.77º 0.68% 0.85% -
HSV(B) 245.77º 0.21% 0.95% -
XYZ 57.57 55.47 92.47 -
YUV 198.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 196 191 243 0.19 0.21 0 0.05 245.77 0.68 0.85
Hex C4 BF F3 13 15 0 5 F6 44 55
Octal 304 277 363 23 25 0 5 366 104 125
Binary 11000100 10111111 11110011 10011 10101 0 101 11110110 1000100 1010101

Color Harmonies of #C4BFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFF3

Black with #C4BFF3

Text Example


Text Example

White with #C4BFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFF3; }

 p { color: rgb(196,191,243); }

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

background-color css

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

 a { background-color: rgb(196,191,243); }

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

border-color css

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

 span { border-color: rgb(196,191,243); }

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