Html Css Color HEX #C8BBFA Lavender Blue

📋 copy color: '#C8BBFA'

red 200 ◦ green 187 ◦ blue 250

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

Shades of Lavender Blue #C8BBFA

Tints of Lavender Blue #C8BBFA

RGB

 RED value IS 200 (78.52% from 255) = 31.4%

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

 BLUE value IS 250 (98.05% from 255) = 39.25%

R = 31.4%
G = 29.36%
B = 39.25%

CMYK

 C value IS 0.2

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8BBFA (or 0xC8BBFA) is known color: Lavender Blue. HEX triplet: C8, BB and FA. RGB value is (200,187,250). Sum of RGB (Red+Green+Blue) = 200+187+250=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBFA is #374405. Grayscale: #C5C5C5. Windows color (decimal): -3621894 or 16432072. OLE color: 16432072.

HSL color Cylindrical-coordinate representation of color #C8BBFA: hue angle of 252.38º degrees, saturation: 0.86, 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 #C8BBFA is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 187 250 -
CMYK 0.2 0.25 0 0.02
HSL 252.38º 0.86% 0.86% -
HSV(B) 252.38º 0.25% 0.98% -
XYZ 58.85 54.72 97.9 -
YUV 198.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 200 187 250 0.2 0.25 0 0.02 252.38 0.86 0.86
Hex C8 BB FA 14 19 0 2 FC 56 56
Octal 310 273 372 24 31 0 2 374 126 126
Binary 11001000 10111011 11111010 10100 11001 0 10 11111100 1010110 1010110

Color Harmonies of #C8BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BBFA

Black with #C8BBFA

Text Example


Text Example

White with #C8BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BBFA; }

 p { color: rgb(200,187,250); }

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

background-color css

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

 a { background-color: rgb(200,187,250); }

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

border-color css

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

 span { border-color: rgb(200,187,250); }

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