Html Css Color HEX #B698D1 Biloba Flower

📋 copy color: '#B698D1'

red 182 ◦ green 152 ◦ blue 209

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

Shades of Biloba Flower #B698D1

Tints of Biloba Flower #B698D1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.99%

 BLUE value IS 209 (82.03% from 255) = 38.49%

R = 33.52%
G = 27.99%
B = 38.49%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B698D1 (or 0xB698D1) is known color: Biloba Flower. HEX triplet: B6, 98 and D1. RGB value is (182,152,209). Sum of RGB (Red+Green+Blue) = 182+152+209=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #B698D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B698D1 is #49672E. Grayscale: #A7A7A7. Windows color (decimal): -4810543 or 13736118. OLE color: 13736118.

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

Color convert

RGB 182 152 209 -
CMYK 0.13 0.27 0 0.18
HSL 271.58º 0.38% 0.71% -
HSV(B) 271.58º 0.27% 0.82% -
XYZ 42.03 37.01 65.25 -
YUV 167.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 182 152 209 0.13 0.27 0 0.18 271.58 0.38 0.71
Hex B6 98 D1 D 1B 0 12 110 26 47
Octal 266 230 321 15 33 0 22 420 46 107
Binary 10110110 10011000 11010001 1101 11011 0 10010 100010000 100110 1000111

Color Harmonies of #B698D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698D1

Black with #B698D1

Text Example


Text Example

White with #B698D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698D1; }

 p { color: rgb(182,152,209); }

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

background-color css

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

 a { background-color: rgb(182,152,209); }

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

border-color css

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

 span { border-color: rgb(182,152,209); }

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