Html Css Color HEX #B699CE Biloba Flower

📋 copy color: '#B699CE'

red 182 ◦ green 153 ◦ blue 206

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

Shades of Biloba Flower #B699CE

Tints of Biloba Flower #B699CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 33.64%
G = 28.28%
B = 38.08%

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

#B699CE (or 0xB699CE) is known color: Biloba Flower. HEX triplet: B6, 99 and CE. RGB value is (182,153,206). Sum of RGB (Red+Green+Blue) = 182+153+206=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #B699CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699CE is #496631. Grayscale: #A7A7A7. Windows color (decimal): -4810290 or 13539766. OLE color: 13539766.

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

Color convert

RGB 182 153 206 -
CMYK 0.12 0.26 0 0.19
HSL 272.83º 0.35% 0.7% -
HSV(B) 272.83º 0.26% 0.81% -
XYZ 41.82 37.18 63.37 -
YUV 167.71 149.61 138.19 -
System Red Green Blue C M Y K H S L
Decimal 182 153 206 0.12 0.26 0 0.19 272.83 0.35 0.7
Hex B6 99 CE C 1A 0 13 111 23 46
Octal 266 231 316 14 32 0 23 421 43 106
Binary 10110110 10011001 11001110 1100 11010 0 10011 100010001 100011 1000110

Color Harmonies of #B699CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699CE

Black with #B699CE

Text Example


Text Example

White with #B699CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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