Html Css Color HEX #C6BEF5 Lavender Blue

📋 copy color: '#C6BEF5'

red 198 ◦ green 190 ◦ blue 245

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

Shades of Lavender Blue #C6BEF5

Tints of Lavender Blue #C6BEF5

RGB

 RED value IS 198 (77.73% from 255) = 31.28%

 GREEN value IS 190 (74.61% from 255) = 30.02%

 BLUE value IS 245 (96.09% from 255) = 38.7%

R = 31.28%
G = 30.02%
B = 38.7%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C6BEF5 (or 0xC6BEF5) is known color: Lavender Blue. HEX triplet: C6, BE and F5. RGB value is (198,190,245). Sum of RGB (Red+Green+Blue) = 198+190+245=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #C6BEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BEF5 is #39410A. Grayscale: #C6C6C6. Windows color (decimal): -3752203 or 16105158. OLE color: 16105158.

HSL color Cylindrical-coordinate representation of color #C6BEF5: hue angle of 248.73º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6BEF5 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 190 245 -
CMYK 0.19 0.22 0 0.04
HSL 248.73º 0.73% 0.85% -
HSV(B) 248.73º 0.22% 0.96% -
XYZ 58.18 55.43 94.02 -
YUV 198.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 198 190 245 0.19 0.22 0 0.04 248.73 0.73 0.85
Hex C6 BE F5 13 16 0 4 F9 49 55
Octal 306 276 365 23 26 0 4 371 111 125
Binary 11000110 10111110 11110101 10011 10110 0 100 11111001 1001001 1010101

Color Harmonies of #C6BEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BEF5

Black with #C6BEF5

Text Example


Text Example

White with #C6BEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BEF5; }

 p { color: rgb(198,190,245); }

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

background-color css

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

 a { background-color: rgb(198,190,245); }

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

border-color css

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

 span { border-color: rgb(198,190,245); }

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