Html Css Color HEX #B699E8 Biloba Flower

📋 copy color: '#B699E8'

red 182 ◦ green 153 ◦ blue 232

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

Shades of Biloba Flower #B699E8

Tints of Biloba Flower #B699E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.92%

R = 32.1%
G = 26.98%
B = 40.92%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B699E8 (or 0xB699E8) is known color: Biloba Flower. HEX triplet: B6, 99 and E8. RGB value is (182,153,232). Sum of RGB (Red+Green+Blue) = 182+153+232=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #B699E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699E8 is #496617. Grayscale: #AAAAAA. Windows color (decimal): -4810264 or 15243702. OLE color: 15243702.

HSL color Cylindrical-coordinate representation of color #B699E8: hue angle of 262.03º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B699E8 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 153 232 -
CMYK 0.22 0.34 0 0.09
HSL 262.03º 0.63% 0.75% -
HSV(B) 262.03º 0.34% 0.91% -
XYZ 45.25 38.55 81.4 -
YUV 170.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 182 153 232 0.22 0.34 0 0.09 262.03 0.63 0.75
Hex B6 99 E8 16 22 0 9 106 3F 4B
Octal 266 231 350 26 42 0 11 406 77 113
Binary 10110110 10011001 11101000 10110 100010 0 1001 100000110 111111 1001011

Color Harmonies of #B699E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699E8

Black with #B699E8

Text Example


Text Example

White with #B699E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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