Html Css Color HEX #C2BAFE Lavender Blue

📋 copy color: '#C2BAFE'

red 194 ◦ green 186 ◦ blue 254

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

Shades of Lavender Blue #C2BAFE

Tints of Lavender Blue #C2BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.34%

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

R = 30.6%
G = 29.34%
B = 40.06%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2BAFE (or 0xC2BAFE) is known color: Lavender Blue. HEX triplet: C2, BA and FE. RGB value is (194,186,254). Sum of RGB (Red+Green+Blue) = 194+186+254=634 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.60% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BAFE is #3D4501. Grayscale: #C3C3C3. Windows color (decimal): -4015362 or 16693954. OLE color: 16693954.

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

Color convert

RGB 194 186 254 -
CMYK 0.24 0.27 0 0.00
HSL 247.06º 0.97% 0.86% -
HSV(B) 247.06º 0.27% 1% -
XYZ 57.7 53.74 101.1 -
YUV 196.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 194 186 254 0.24 0.27 0 0.00 247.06 0.97 0.86
Hex C2 BA FE 18 1B 0 0 F7 61 56
Octal 302 272 376 30 33 0 0 367 141 126
Binary 11000010 10111010 11111110 11000 11011 0 0 11110111 1100001 1010110

Color Harmonies of #C2BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BAFE

Black with #C2BAFE

Text Example


Text Example

White with #C2BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BAFE; }

 p { color: rgb(194,186,254); }

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

background-color css

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

 a { background-color: rgb(194,186,254); }

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

border-color css

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

 span { border-color: rgb(194,186,254); }

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