Html Css Color HEX #B697D3 Biloba Flower

📋 copy color: '#B697D3'

red 182 ◦ green 151 ◦ blue 211

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

Shades of Biloba Flower #B697D3

Tints of Biloba Flower #B697D3

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.76%

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 33.46%
G = 27.76%
B = 38.79%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B697D3 (or 0xB697D3) is known color: Biloba Flower. HEX triplet: B6, 97 and D3. RGB value is (182,151,211). Sum of RGB (Red+Green+Blue) = 182+151+211=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 211 - color contains mainly: blue. Hex color #B697D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697D3 is #49682C. Grayscale: #A6A6A6. Windows color (decimal): -4810797 or 13866934. OLE color: 13866934.

HSL color Cylindrical-coordinate representation of color #B697D3: hue angle of 271º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B697D3 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 151 211 -
CMYK 0.14 0.28 0 0.17
HSL 271º 0.41% 0.71% -
HSV(B) 271º 0.28% 0.83% -
XYZ 42.12 36.78 66.51 -
YUV 167.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 182 151 211 0.14 0.28 0 0.17 271 0.41 0.71
Hex B6 97 D3 E 1C 0 11 10F 29 47
Octal 266 227 323 16 34 0 21 417 51 107
Binary 10110110 10010111 11010011 1110 11100 0 10001 100001111 101001 1000111

Color Harmonies of #B697D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B697D3

Black with #B697D3

Text Example


Text Example

White with #B697D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B697D3; }

 p { color: rgb(182,151,211); }

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

background-color css

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

 a { background-color: rgb(182,151,211); }

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

border-color css

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

 span { border-color: rgb(182,151,211); }

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