Html Css Color HEX #B699DD Biloba Flower

📋 copy color: '#B699DD'

red 182 ◦ green 153 ◦ blue 221

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

Shades of Biloba Flower #B699DD

Tints of Biloba Flower #B699DD

RGB

 RED value IS 182 (71.48% from 255) = 32.73%

 GREEN value IS 153 (60.16% from 255) = 27.52%

 BLUE value IS 221 (86.72% from 255) = 39.75%

R = 32.73%
G = 27.52%
B = 39.75%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B699DD (or 0xB699DD) is known color: Biloba Flower. HEX triplet: B6, 99 and DD. RGB value is (182,153,221). Sum of RGB (Red+Green+Blue) = 182+153+221=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #B699DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699DD is #496622. Grayscale: #A9A9A9. Windows color (decimal): -4810275 or 14522806. OLE color: 14522806.

HSL color Cylindrical-coordinate representation of color #B699DD: hue angle of 265.59º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B699DD is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 153 221 -
CMYK 0.18 0.31 0 0.13
HSL 265.59º 0.5% 0.73% -
HSV(B) 265.59º 0.31% 0.87% -
XYZ 43.73 37.95 73.43 -
YUV 169.42 157.11 136.97 -
System Red Green Blue C M Y K H S L
Decimal 182 153 221 0.18 0.31 0 0.13 265.59 0.5 0.73
Hex B6 99 DD 12 1F 0 D 10A 32 49
Octal 266 231 335 22 37 0 15 412 62 111
Binary 10110110 10011001 11011101 10010 11111 0 1101 100001010 110010 1001001

Color Harmonies of #B699DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699DD

Black with #B699DD

Text Example


Text Example

White with #B699DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699DD; }

 p { color: rgb(182,153,221); }

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

background-color css

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

 a { background-color: rgb(182,153,221); }

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

border-color css

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

 span { border-color: rgb(182,153,221); }

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