Html Css Color HEX #C0BDFB Lavender Blue

📋 copy color: '#C0BDFB'

red 192 ◦ green 189 ◦ blue 251

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

Shades of Lavender Blue #C0BDFB

Tints of Lavender Blue #C0BDFB

RGB

 RED value IS 192 (75.39% from 255) = 30.38%

 GREEN value IS 189 (74.22% from 255) = 29.91%

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

R = 30.38%
G = 29.91%
B = 39.72%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0BDFB (or 0xC0BDFB) is known color: Lavender Blue. HEX triplet: C0, BD and FB. RGB value is (192,189,251). Sum of RGB (Red+Green+Blue) = 192+189+251=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 189 (74.22% from 255 or 29.91% 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 #C0BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDFB is #3F4204. Grayscale: #C4C4C4. Windows color (decimal): -4145669 or 16498112. OLE color: 16498112.

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

Color convert

RGB 192 189 251 -
CMYK 0.24 0.25 0 0.02
HSL 242.9º 0.89% 0.86% -
HSV(B) 242.9º 0.25% 0.98% -
XYZ 57.35 54.57 98.78 -
YUV 196.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 192 189 251 0.24 0.25 0 0.02 242.9 0.89 0.86
Hex C0 BD FB 18 19 0 2 F3 59 56
Octal 300 275 373 30 31 0 2 363 131 126
Binary 11000000 10111101 11111011 11000 11001 0 10 11110011 1011001 1010110

Color Harmonies of #C0BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BDFB

Black with #C0BDFB

Text Example


Text Example

White with #C0BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BDFB; }

 p { color: rgb(192,189,251); }

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

background-color css

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

 a { background-color: rgb(192,189,251); }

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

border-color css

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

 span { border-color: rgb(192,189,251); }

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