Html Css Color HEX #B699F2 Biloba Flower

📋 copy color: '#B699F2'

red 182 ◦ green 153 ◦ blue 242

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

Shades of Biloba Flower #B699F2

Tints of Biloba Flower #B699F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.94%

R = 31.54%
G = 26.52%
B = 41.94%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B699F2 (or 0xB699F2) is known color: Biloba Flower. HEX triplet: B6, 99 and F2. RGB value is (182,153,242). Sum of RGB (Red+Green+Blue) = 182+153+242=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #B699F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B699F2 is #49660D. Grayscale: #ABABAB. Windows color (decimal): -4810254 or 15899062. OLE color: 15899062.

HSL color Cylindrical-coordinate representation of color #B699F2: hue angle of 259.55º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B699F2 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 153 242 -
CMYK 0.25 0.37 0 0.05
HSL 259.55º 0.77% 0.77% -
HSV(B) 259.55º 0.37% 0.95% -
XYZ 46.71 39.14 89.1 -
YUV 171.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 182 153 242 0.25 0.37 0 0.05 259.55 0.77 0.77
Hex B6 99 F2 19 25 0 5 104 4D 4D
Octal 266 231 362 31 45 0 5 404 115 115
Binary 10110110 10011001 11110010 11001 100101 0 101 100000100 1001101 1001101

Color Harmonies of #B699F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699F2

Black with #B699F2

Text Example


Text Example

White with #B699F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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