Html Css Color HEX #B799CB Biloba Flower

📋 copy color: '#B799CB'

red 183 ◦ green 153 ◦ blue 203

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

Shades of Biloba Flower #B799CB

Tints of Biloba Flower #B799CB

RGB

 RED value IS 183 (71.88% from 255) = 33.95%

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

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

R = 33.95%
G = 28.39%
B = 37.66%

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

#B799CB (or 0xB799CB) is known color: Biloba Flower. HEX triplet: B7, 99 and CB. RGB value is (183,153,203). Sum of RGB (Red+Green+Blue) = 183+153+203=539 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.95% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #B799CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B799CB is #486634. Grayscale: #A7A7A7. Windows color (decimal): -4744757 or 13343159. OLE color: 13343159.

HSL color Cylindrical-coordinate representation of color #B799CB: hue angle of 276º 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 #B799CB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 153 203 -
CMYK 0.10 0.25 0 0.20
HSL 276º 0.32% 0.7% -
HSV(B) 276º 0.25% 0.8% -
XYZ 41.7 37.16 61.48 -
YUV 167.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 183 153 203 0.10 0.25 0 0.20 276 0.32 0.7
Hex B7 99 CB A 19 0 14 114 20 46
Octal 267 231 313 12 31 0 24 424 40 106
Binary 10110111 10011001 11001011 1010 11001 0 10100 100010100 100000 1000110

Color Harmonies of #B799CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B799CB

Black with #B799CB

Text Example


Text Example

White with #B799CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B799CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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