Html Css Color HEX #C2BFF4 Lavender Blue

📋 copy color: '#C2BFF4'

red 194 ◦ green 191 ◦ blue 244

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

Shades of Lavender Blue #C2BFF4

Tints of Lavender Blue #C2BFF4

RGB

 RED value IS 194 (76.17% from 255) = 30.84%

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

 BLUE value IS 244 (95.7% from 255) = 38.79%

R = 30.84%
G = 30.37%
B = 38.79%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C2BFF4 (or 0xC2BFF4) is known color: Lavender Blue. HEX triplet: C2, BF and F4. RGB value is (194,191,244). Sum of RGB (Red+Green+Blue) = 194+191+244=629 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.84% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 244 (95.70% from 255 or 38.79% from 629); Max value from RGB is 244 - color contains mainly: blue. Hex color #C2BFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFF4 is #3D400B. Grayscale: #C5C5C5. Windows color (decimal): -4014092 or 16039874. OLE color: 16039874.

HSL color Cylindrical-coordinate representation of color #C2BFF4: hue angle of 243.4º degrees, saturation: 0.71, 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 #C2BFF4 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 191 244 -
CMYK 0.20 0.22 0 0.04
HSL 243.4º 0.71% 0.85% -
HSV(B) 243.4º 0.22% 0.96% -
XYZ 57.21 55.26 93.24 -
YUV 197.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 194 191 244 0.20 0.22 0 0.04 243.4 0.71 0.85
Hex C2 BF F4 14 16 0 4 F3 47 55
Octal 302 277 364 24 26 0 4 363 107 125
Binary 11000010 10111111 11110100 10100 10110 0 100 11110011 1000111 1010101

Color Harmonies of #C2BFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFF4

Black with #C2BFF4

Text Example


Text Example

White with #C2BFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFF4; }

 p { color: rgb(194,191,244); }

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

background-color css

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

 a { background-color: rgb(194,191,244); }

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

border-color css

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

 span { border-color: rgb(194,191,244); }

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