Html Css Color HEX #C9BFF6 Lavender Blue

📋 copy color: '#C9BFF6'

red 201 ◦ green 191 ◦ blue 246

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

Shades of Lavender Blue #C9BFF6

Tints of Lavender Blue #C9BFF6

RGB

 RED value IS 201 (78.91% from 255) = 31.5%

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

 BLUE value IS 246 (96.48% from 255) = 38.56%

R = 31.5%
G = 29.94%
B = 38.56%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C9BFF6 (or 0xC9BFF6) is known color: Lavender Blue. HEX triplet: C9, BF and F6. RGB value is (201,191,246). Sum of RGB (Red+Green+Blue) = 201+191+246=638 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.50% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 246 - color contains mainly: blue. Hex color #C9BFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BFF6 is #364009. Grayscale: #C8C8C8. Windows color (decimal): -3555338 or 16170953. OLE color: 16170953.

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

Color convert

RGB 201 191 246 -
CMYK 0.18 0.22 0 0.04
HSL 250.91º 0.75% 0.86% -
HSV(B) 250.91º 0.22% 0.96% -
XYZ 59.35 56.33 94.93 -
YUV 200.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 201 191 246 0.18 0.22 0 0.04 250.91 0.75 0.86
Hex C9 BF F6 12 16 0 4 FB 4B 56
Octal 311 277 366 22 26 0 4 373 113 126
Binary 11001001 10111111 11110110 10010 10110 0 100 11111011 1001011 1010110

Color Harmonies of #C9BFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BFF6

Black with #C9BFF6

Text Example


Text Example

White with #C9BFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BFF6; }

 p { color: rgb(201,191,246); }

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

background-color css

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

 a { background-color: rgb(201,191,246); }

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

border-color css

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

 span { border-color: rgb(201,191,246); }

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