Html Css Color HEX #B699CF Biloba Flower

📋 copy color: '#B699CF'

red 182 ◦ green 153 ◦ blue 207

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

Shades of Biloba Flower #B699CF

Tints of Biloba Flower #B699CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 33.58%
G = 28.23%
B = 38.19%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B699CF (or 0xB699CF) is known color: Biloba Flower. HEX triplet: B6, 99 and CF. RGB value is (182,153,207). Sum of RGB (Red+Green+Blue) = 182+153+207=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #B699CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699CF is #496630. Grayscale: #A7A7A7. Windows color (decimal): -4810289 or 13605302. OLE color: 13605302.

HSL color Cylindrical-coordinate representation of color #B699CF: hue angle of 272.22º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B699CF is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 153 207 -
CMYK 0.12 0.26 0 0.19
HSL 272.22º 0.36% 0.71% -
HSV(B) 272.22º 0.26% 0.81% -
XYZ 41.95 37.23 64.01 -
YUV 167.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 182 153 207 0.12 0.26 0 0.19 272.22 0.36 0.71
Hex B6 99 CF C 1A 0 13 110 24 47
Octal 266 231 317 14 32 0 23 420 44 107
Binary 10110110 10011001 11001111 1100 11010 0 10011 100010000 100100 1000111

Color Harmonies of #B699CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699CF

Black with #B699CF

Text Example


Text Example

White with #B699CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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