Html Css Color HEX #B699CB Biloba Flower

📋 copy color: '#B699CB'

red 182 ◦ green 153 ◦ blue 203

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

Shades of Biloba Flower #B699CB

Tints of Biloba Flower #B699CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.73%

R = 33.83%
G = 28.44%
B = 37.73%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B699CB (or 0xB699CB) is known color: Biloba Flower. HEX triplet: B6, 99 and CB. RGB value is (182,153,203). Sum of RGB (Red+Green+Blue) = 182+153+203=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #B699CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699CB is #496634. Grayscale: #A7A7A7. Windows color (decimal): -4810293 or 13343158. OLE color: 13343158.

HSL color Cylindrical-coordinate representation of color #B699CB: hue angle of 274.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B699CB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 153 203 -
CMYK 0.10 0.25 0 0.20
HSL 274.8º 0.32% 0.7% -
HSV(B) 274.8º 0.25% 0.8% -
XYZ 41.46 37.04 61.46 -
YUV 167.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 182 153 203 0.10 0.25 0 0.20 274.8 0.32 0.7
Hex B6 99 CB A 19 0 14 113 20 46
Octal 266 231 313 12 31 0 24 423 40 106
Binary 10110110 10011001 11001011 1010 11001 0 10100 100010011 100000 1000110

Color Harmonies of #B699CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699CB

Black with #B699CB

Text Example


Text Example

White with #B699CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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