Html Css Color HEX #B299C9 Biloba Flower

📋 copy color: '#B299C9'

red 178 ◦ green 153 ◦ blue 201

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

Shades of Biloba Flower #B299C9

Tints of Biloba Flower #B299C9

RGB

 RED value IS 178 (69.92% from 255) = 33.46%

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

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

R = 33.46%
G = 28.76%
B = 37.78%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B299C9 (or 0xB299C9) is known color: Biloba Flower. HEX triplet: B2, 99 and C9. RGB value is (178,153,201). Sum of RGB (Red+Green+Blue) = 178+153+201=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 201 - color contains mainly: blue. Hex color #B299C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299C9 is #4D6636. Grayscale: #A5A5A5. Windows color (decimal): -5072439 or 13212082. OLE color: 13212082.

HSL color Cylindrical-coordinate representation of color #B299C9: hue angle of 271.25º 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 #B299C9 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 153 201 -
CMYK 0.11 0.24 0 0.21
HSL 271.25º 0.31% 0.69% -
HSV(B) 271.25º 0.24% 0.79% -
XYZ 40.29 36.46 60.17 -
YUV 165.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 178 153 201 0.11 0.24 0 0.21 271.25 0.31 0.69
Hex B2 99 C9 B 18 0 15 10F 1F 45
Octal 262 231 311 13 30 0 25 417 37 105
Binary 10110010 10011001 11001001 1011 11000 0 10101 100001111 11111 1000101

Color Harmonies of #B299C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299C9

Black with #B299C9

Text Example


Text Example

White with #B299C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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