Html Css Color HEX #C7BFF2 Lavender Blue

📋 copy color: '#C7BFF2'

red 199 ◦ green 191 ◦ blue 242

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

Shades of Lavender Blue #C7BFF2

Tints of Lavender Blue #C7BFF2

RGB

 RED value IS 199 (78.13% from 255) = 31.49%

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

 BLUE value IS 242 (94.92% from 255) = 38.29%

R = 31.49%
G = 30.22%
B = 38.29%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C7BFF2 (or 0xC7BFF2) is known color: Lavender Blue. HEX triplet: C7, BF and F2. RGB value is (199,191,242). Sum of RGB (Red+Green+Blue) = 199+191+242=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFF2 is #38400D. Grayscale: #C7C7C7. Windows color (decimal): -3686414 or 15908807. OLE color: 15908807.

HSL color Cylindrical-coordinate representation of color #C7BFF2: hue angle of 249.41º degrees, saturation: 0.66, 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 #C7BFF2 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 191 242 -
CMYK 0.18 0.21 0 0.05
HSL 249.41º 0.66% 0.85% -
HSV(B) 249.41º 0.21% 0.95% -
XYZ 58.21 55.81 91.71 -
YUV 199.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 199 191 242 0.18 0.21 0 0.05 249.41 0.66 0.85
Hex C7 BF F2 12 15 0 5 F9 42 55
Octal 307 277 362 22 25 0 5 371 102 125
Binary 11000111 10111111 11110010 10010 10101 0 101 11111001 1000010 1010101

Color Harmonies of #C7BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFF2

Black with #C7BFF2

Text Example


Text Example

White with #C7BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFF2; }

 p { color: rgb(199,191,242); }

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

background-color css

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

 a { background-color: rgb(199,191,242); }

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

border-color css

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

 span { border-color: rgb(199,191,242); }

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