Html Css Color HEX #B699D5 Biloba Flower

📋 copy color: '#B699D5'

red 182 ◦ green 153 ◦ blue 213

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

Shades of Biloba Flower #B699D5

Tints of Biloba Flower #B699D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.87%

R = 33.21%
G = 27.92%
B = 38.87%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B699D5 (or 0xB699D5) is known color: Biloba Flower. HEX triplet: B6, 99 and D5. RGB value is (182,153,213). Sum of RGB (Red+Green+Blue) = 182+153+213=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #B699D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699D5 is #49662A. Grayscale: #A8A8A8. Windows color (decimal): -4810283 or 13998518. OLE color: 13998518.

HSL color Cylindrical-coordinate representation of color #B699D5: hue angle of 269º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B699D5 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 153 213 -
CMYK 0.15 0.28 0 0.16
HSL 269º 0.42% 0.72% -
HSV(B) 269º 0.28% 0.84% -
XYZ 42.69 37.53 67.94 -
YUV 168.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 182 153 213 0.15 0.28 0 0.16 269 0.42 0.72
Hex B6 99 D5 F 1C 0 10 10D 2A 48
Octal 266 231 325 17 34 0 20 415 52 110
Binary 10110110 10011001 11010101 1111 11100 0 10000 100001101 101010 1001000

Color Harmonies of #B699D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699D5

Black with #B699D5

Text Example


Text Example

White with #B699D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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