Html Css Color HEX #B099C9 Biloba Flower

📋 copy color: '#B099C9'

red 176 ◦ green 153 ◦ blue 201

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

Shades of Biloba Flower #B099C9

Tints of Biloba Flower #B099C9

RGB

 RED value IS 176 (69.14% from 255) = 33.21%

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

 BLUE value IS 201 (78.91% from 255) = 37.92%

R = 33.21%
G = 28.87%
B = 37.92%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B099C9 (or 0xB099C9) is known color: Biloba Flower. HEX triplet: B0, 99 and C9. RGB value is (176,153,201). Sum of RGB (Red+Green+Blue) = 176+153+201=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 201 - color contains mainly: blue. Hex color #B099C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099C9 is #4F6636. Grayscale: #A5A5A5. Windows color (decimal): -5203511 or 13212080. OLE color: 13212080.

HSL color Cylindrical-coordinate representation of color #B099C9: hue angle of 268.75º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B099C9 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 153 201 -
CMYK 0.12 0.24 0 0.21
HSL 268.75º 0.31% 0.69% -
HSV(B) 268.75º 0.24% 0.79% -
XYZ 39.84 36.23 60.15 -
YUV 165.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 176 153 201 0.12 0.24 0 0.21 268.75 0.31 0.69
Hex B0 99 C9 C 18 0 15 10D 1F 45
Octal 260 231 311 14 30 0 25 415 37 105
Binary 10110000 10011001 11001001 1100 11000 0 10101 100001101 11111 1000101

Color Harmonies of #B099C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B099C9

Black with #B099C9

Text Example


Text Example

White with #B099C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B099C9; }

 p { color: rgb(176,153,201); }

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

background-color css

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

 a { background-color: rgb(176,153,201); }

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

border-color css

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

 span { border-color: rgb(176,153,201); }

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