Html Css Color HEX #C2BBFB Lavender Blue

📋 copy color: '#C2BBFB'

red 194 ◦ green 187 ◦ blue 251

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

Shades of Lavender Blue #C2BBFB

Tints of Lavender Blue #C2BBFB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.59%

 BLUE value IS 251 (98.44% from 255) = 39.72%

R = 30.7%
G = 29.59%
B = 39.72%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2BBFB (or 0xC2BBFB) is known color: Lavender Blue. HEX triplet: C2, BB and FB. RGB value is (194,187,251). Sum of RGB (Red+Green+Blue) = 194+187+251=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BBFB is #3D4404. Grayscale: #C4C4C4. Windows color (decimal): -4015109 or 16497602. OLE color: 16497602.

HSL color Cylindrical-coordinate representation of color #C2BBFB: hue angle of 246.56º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2BBFB is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 187 251 -
CMYK 0.23 0.25 0 0.02
HSL 246.56º 0.89% 0.86% -
HSV(B) 246.56º 0.25% 0.98% -
XYZ 57.43 53.98 98.66 -
YUV 196.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 194 187 251 0.23 0.25 0 0.02 246.56 0.89 0.86
Hex C2 BB FB 17 19 0 2 F7 59 56
Octal 302 273 373 27 31 0 2 367 131 126
Binary 11000010 10111011 11111011 10111 11001 0 10 11110111 1011001 1010110

Color Harmonies of #C2BBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBFB

Black with #C2BBFB

Text Example


Text Example

White with #C2BBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBFB; }

 p { color: rgb(194,187,251); }

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

background-color css

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

 a { background-color: rgb(194,187,251); }

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

border-color css

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

 span { border-color: rgb(194,187,251); }

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