Html Css Color HEX #B699DF Biloba Flower

📋 copy color: '#B699DF'

red 182 ◦ green 153 ◦ blue 223

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

Shades of Biloba Flower #B699DF

Tints of Biloba Flower #B699DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.96%

R = 32.62%
G = 27.42%
B = 39.96%

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

#B699DF (or 0xB699DF) is known color: Biloba Flower. HEX triplet: B6, 99 and DF. RGB value is (182,153,223). Sum of RGB (Red+Green+Blue) = 182+153+223=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #B699DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699DF is #496620. Grayscale: #A9A9A9. Windows color (decimal): -4810273 or 14653878. OLE color: 14653878.

HSL color Cylindrical-coordinate representation of color #B699DF: hue angle of 264.86º degrees, saturation: 0.52, 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 #B699DF is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 153 223 -
CMYK 0.18 0.31 0 0.13
HSL 264.86º 0.52% 0.74% -
HSV(B) 264.86º 0.31% 0.87% -
XYZ 44 38.06 74.84 -
YUV 169.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 182 153 223 0.18 0.31 0 0.13 264.86 0.52 0.74
Hex B6 99 DF 12 1F 0 D 109 34 4A
Octal 266 231 337 22 37 0 15 411 64 112
Binary 10110110 10011001 11011111 10010 11111 0 1101 100001001 110100 1001010

Color Harmonies of #B699DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699DF

Black with #B699DF

Text Example


Text Example

White with #B699DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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