Html Css Color HEX #C0BBF3 Lavender Blue

📋 copy color: '#C0BBF3'

red 192 ◦ green 187 ◦ blue 243

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

Shades of Lavender Blue #C0BBF3

Tints of Lavender Blue #C0BBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.07%

R = 30.87%
G = 30.06%
B = 39.07%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0BBF3 (or 0xC0BBF3) is known color: Lavender Blue. HEX triplet: C0, BB and F3. RGB value is (192,187,243). Sum of RGB (Red+Green+Blue) = 192+187+243=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0BBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BBF3 is #3F440C. Grayscale: #C2C2C2. Windows color (decimal): -4146189 or 15973312. OLE color: 15973312.

HSL color Cylindrical-coordinate representation of color #C0BBF3: hue angle of 245.36º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0BBF3 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 187 243 -
CMYK 0.21 0.23 0 0.05
HSL 245.36º 0.7% 0.84% -
HSV(B) 245.36º 0.23% 0.95% -
XYZ 55.69 53.22 92.13 -
YUV 194.88 155.16 125.95 -
System Red Green Blue C M Y K H S L
Decimal 192 187 243 0.21 0.23 0 0.05 245.36 0.7 0.84
Hex C0 BB F3 15 17 0 5 F5 46 54
Octal 300 273 363 25 27 0 5 365 106 124
Binary 11000000 10111011 11110011 10101 10111 0 101 11110101 1000110 1010100

Color Harmonies of #C0BBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBF3

Black with #C0BBF3

Text Example


Text Example

White with #C0BBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBF3; }

 p { color: rgb(192,187,243); }

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

background-color css

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

 a { background-color: rgb(192,187,243); }

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

border-color css

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

 span { border-color: rgb(192,187,243); }

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