Html Css Color HEX #B699EF Biloba Flower

📋 copy color: '#B699EF'

red 182 ◦ green 153 ◦ blue 239

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

Shades of Biloba Flower #B699EF

Tints of Biloba Flower #B699EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.64%

R = 31.71%
G = 26.66%
B = 41.64%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B699EF (or 0xB699EF) is known color: Biloba Flower. HEX triplet: B6, 99 and EF. RGB value is (182,153,239). Sum of RGB (Red+Green+Blue) = 182+153+239=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #B699EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699EF is #496610. Grayscale: #ABABAB. Windows color (decimal): -4810257 or 15702454. OLE color: 15702454.

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

Color convert

RGB 182 153 239 -
CMYK 0.24 0.36 0 0.06
HSL 260.23º 0.73% 0.77% -
HSV(B) 260.23º 0.36% 0.94% -
XYZ 46.26 38.96 86.74 -
YUV 171.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 182 153 239 0.24 0.36 0 0.06 260.23 0.73 0.77
Hex B6 99 EF 18 24 0 6 104 49 4D
Octal 266 231 357 30 44 0 6 404 111 115
Binary 10110110 10011001 11101111 11000 100100 0 110 100000100 1001001 1001101

Color Harmonies of #B699EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699EF

Black with #B699EF

Text Example


Text Example

White with #B699EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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