Html Css Color HEX #C6BDFE Lavender Blue

📋 copy color: '#C6BDFE'

red 198 ◦ green 189 ◦ blue 254

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

Shades of Lavender Blue #C6BDFE

Tints of Lavender Blue #C6BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.49%

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

R = 30.89%
G = 29.49%
B = 39.63%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C6BDFE (or 0xC6BDFE) is known color: Lavender Blue. HEX triplet: C6, BD and FE. RGB value is (198,189,254). Sum of RGB (Red+Green+Blue) = 198+189+254=641 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.89% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BDFE is #394201. Grayscale: #C6C6C6. Windows color (decimal): -3752450 or 16694726. OLE color: 16694726.

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

Color convert

RGB 198 189 254 -
CMYK 0.22 0.26 0 0.00
HSL 248.31º 0.97% 0.87% -
HSV(B) 248.31º 0.26% 1% -
XYZ 59.38 55.56 101.36 -
YUV 199.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 198 189 254 0.22 0.26 0 0.00 248.31 0.97 0.87
Hex C6 BD FE 16 1A 0 0 F8 61 57
Octal 306 275 376 26 32 0 0 370 141 127
Binary 11000110 10111101 11111110 10110 11010 0 0 11111000 1100001 1010111

Color Harmonies of #C6BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BDFE

Black with #C6BDFE

Text Example


Text Example

White with #C6BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BDFE; }

 p { color: rgb(198,189,254); }

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

background-color css

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

 a { background-color: rgb(198,189,254); }

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

border-color css

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

 span { border-color: rgb(198,189,254); }

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