Html Css Color HEX #B699DE Biloba Flower

📋 copy color: '#B699DE'

red 182 ◦ green 153 ◦ blue 222

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

Shades of Biloba Flower #B699DE

Tints of Biloba Flower #B699DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.86%

R = 32.68%
G = 27.47%
B = 39.86%

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

#B699DE (or 0xB699DE) is known color: Biloba Flower. HEX triplet: B6, 99 and DE. RGB value is (182,153,222). Sum of RGB (Red+Green+Blue) = 182+153+222=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #B699DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699DE is #496621. Grayscale: #A9A9A9. Windows color (decimal): -4810274 or 14588342. OLE color: 14588342.

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

Color convert

RGB 182 153 222 -
CMYK 0.18 0.31 0 0.13
HSL 265.22º 0.51% 0.74% -
HSV(B) 265.22º 0.31% 0.87% -
XYZ 43.87 38 74.13 -
YUV 169.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 182 153 222 0.18 0.31 0 0.13 265.22 0.51 0.74
Hex B6 99 DE 12 1F 0 D 109 33 4A
Octal 266 231 336 22 37 0 15 411 63 112
Binary 10110110 10011001 11011110 10010 11111 0 1101 100001001 110011 1001010

Color Harmonies of #B699DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699DE

Black with #B699DE

Text Example


Text Example

White with #B699DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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