Html Css Color HEX #B695D8 Biloba Flower

📋 copy color: '#B695D8'

red 182 ◦ green 149 ◦ blue 216

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

Shades of Biloba Flower #B695D8

Tints of Biloba Flower #B695D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.49%

R = 33.27%
G = 27.24%
B = 39.49%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B695D8 (or 0xB695D8) is known color: Biloba Flower. HEX triplet: B6, 95 and D8. RGB value is (182,149,216). Sum of RGB (Red+Green+Blue) = 182+149+216=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #B695D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695D8 is #496A27. Grayscale: #A6A6A6. Windows color (decimal): -4811304 or 14194102. OLE color: 14194102.

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

Color convert

RGB 182 149 216 -
CMYK 0.16 0.31 0 0.15
HSL 269.55º 0.46% 0.72% -
HSV(B) 269.55º 0.31% 0.85% -
XYZ 42.43 36.4 69.75 -
YUV 166.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 182 149 216 0.16 0.31 0 0.15 269.55 0.46 0.72
Hex B6 95 D8 10 1F 0 F 10E 2E 48
Octal 266 225 330 20 37 0 17 416 56 110
Binary 10110110 10010101 11011000 10000 11111 0 1111 100001110 101110 1001000

Color Harmonies of #B695D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B695D8

Black with #B695D8

Text Example


Text Example

White with #B695D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B695D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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