Html Css Color HEX #B299C8 Biloba Flower

📋 copy color: '#B299C8'

red 178 ◦ green 153 ◦ blue 200

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

Shades of Biloba Flower #B299C8

Tints of Biloba Flower #B299C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 33.52%
G = 28.81%
B = 37.66%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B299C8 (or 0xB299C8) is known color: Biloba Flower. HEX triplet: B2, 99 and C8. RGB value is (178,153,200). Sum of RGB (Red+Green+Blue) = 178+153+200=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 200 - color contains mainly: blue. Hex color #B299C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299C8 is #4D6637. Grayscale: #A5A5A5. Windows color (decimal): -5072440 or 13146546. OLE color: 13146546.

HSL color Cylindrical-coordinate representation of color #B299C8: hue angle of 271.91º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B299C8 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 153 200 -
CMYK 0.11 0.24 0 0.22
HSL 271.91º 0.3% 0.69% -
HSV(B) 271.91º 0.24% 0.78% -
XYZ 40.18 36.42 59.56 -
YUV 165.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 178 153 200 0.11 0.24 0 0.22 271.91 0.3 0.69
Hex B2 99 C8 B 18 0 16 110 1E 45
Octal 262 231 310 13 30 0 26 420 36 105
Binary 10110010 10011001 11001000 1011 11000 0 10110 100010000 11110 1000101

Color Harmonies of #B299C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299C8

Black with #B299C8

Text Example


Text Example

White with #B299C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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