Html Css Color HEX #B699D0 Biloba Flower

📋 copy color: '#B699D0'

red 182 ◦ green 153 ◦ blue 208

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

Shades of Biloba Flower #B699D0

Tints of Biloba Flower #B699D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 33.52%
G = 28.18%
B = 38.31%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B699D0 (or 0xB699D0) is known color: Biloba Flower. HEX triplet: B6, 99 and D0. RGB value is (182,153,208). Sum of RGB (Red+Green+Blue) = 182+153+208=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #B699D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699D0 is #49662F. Grayscale: #A7A7A7. Windows color (decimal): -4810288 or 13670838. OLE color: 13670838.

HSL color Cylindrical-coordinate representation of color #B699D0: hue angle of 271.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B699D0 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 153 208 -
CMYK 0.12 0.26 0 0.18
HSL 271.64º 0.37% 0.71% -
HSV(B) 271.64º 0.26% 0.82% -
XYZ 42.07 37.28 64.65 -
YUV 167.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 182 153 208 0.12 0.26 0 0.18 271.64 0.37 0.71
Hex B6 99 D0 C 1A 0 12 110 25 47
Octal 266 231 320 14 32 0 22 420 45 107
Binary 10110110 10011001 11010000 1100 11010 0 10010 100010000 100101 1000111

Color Harmonies of #B699D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699D0

Black with #B699D0

Text Example


Text Example

White with #B699D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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