Html Css Color HEX #B699EE Biloba Flower

📋 copy color: '#B699EE'

red 182 ◦ green 153 ◦ blue 238

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

Shades of Biloba Flower #B699EE

Tints of Biloba Flower #B699EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.54%

R = 31.76%
G = 26.7%
B = 41.54%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B699EE (or 0xB699EE) is known color: Biloba Flower. HEX triplet: B6, 99 and EE. RGB value is (182,153,238). Sum of RGB (Red+Green+Blue) = 182+153+238=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #B699EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699EE is #496611. Grayscale: #ABABAB. Windows color (decimal): -4810258 or 15636918. OLE color: 15636918.

HSL color Cylindrical-coordinate representation of color #B699EE: hue angle of 260.47º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B699EE is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 153 238 -
CMYK 0.24 0.36 0 0.07
HSL 260.47º 0.71% 0.77% -
HSV(B) 260.47º 0.36% 0.93% -
XYZ 46.12 38.9 85.97 -
YUV 171.36 165.61 135.59 -
System Red Green Blue C M Y K H S L
Decimal 182 153 238 0.24 0.36 0 0.07 260.47 0.71 0.77
Hex B6 99 EE 18 24 0 7 104 47 4D
Octal 266 231 356 30 44 0 7 404 107 115
Binary 10110110 10011001 11101110 11000 100100 0 111 100000100 1000111 1001101

Color Harmonies of #B699EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699EE

Black with #B699EE

Text Example


Text Example

White with #B699EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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