Html Css Color HEX #B695DE Biloba Flower

📋 copy color: '#B695DE'

red 182 ◦ green 149 ◦ blue 222

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

Shades of Biloba Flower #B695DE

Tints of Biloba Flower #B695DE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.94%

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 32.91%
G = 26.94%
B = 40.14%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B695DE (or 0xB695DE) is known color: Biloba Flower. HEX triplet: B6, 95 and DE. RGB value is (182,149,222). Sum of RGB (Red+Green+Blue) = 182+149+222=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #B695DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695DE is #496A21. Grayscale: #A6A6A6. Windows color (decimal): -4811298 or 14587318. OLE color: 14587318.

HSL color Cylindrical-coordinate representation of color #B695DE: hue angle of 267.12º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B695DE is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 149 222 -
CMYK 0.18 0.33 0 0.13
HSL 267.12º 0.53% 0.73% -
HSV(B) 267.12º 0.33% 0.87% -
XYZ 43.22 36.71 73.92 -
YUV 167.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 182 149 222 0.18 0.33 0 0.13 267.12 0.53 0.73
Hex B6 95 DE 12 21 0 D 10B 35 49
Octal 266 225 336 22 41 0 15 413 65 111
Binary 10110110 10010101 11011110 10010 100001 0 1101 100001011 110101 1001001

Color Harmonies of #B695DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B695DE

Black with #B695DE

Text Example


Text Example

White with #B695DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B695DE; }

 p { color: rgb(182,149,222); }

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

background-color css

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

 a { background-color: rgb(182,149,222); }

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

border-color css

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

 span { border-color: rgb(182,149,222); }

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