Html Css Color HEX #B299CC Biloba Flower

📋 copy color: '#B299CC'

red 178 ◦ green 153 ◦ blue 204

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

Shades of Biloba Flower #B299CC

Tints of Biloba Flower #B299CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.13%

R = 33.27%
G = 28.6%
B = 38.13%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B299CC (or 0xB299CC) is known color: Biloba Flower. HEX triplet: B2, 99 and CC. RGB value is (178,153,204). Sum of RGB (Red+Green+Blue) = 178+153+204=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #B299CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B299CC is #4D6633. Grayscale: #A6A6A6. Windows color (decimal): -5072436 or 13408690. OLE color: 13408690.

HSL color Cylindrical-coordinate representation of color #B299CC: hue angle of 269.41º degrees, saturation: 0.33, 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 #B299CC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 153 204 -
CMYK 0.13 0.25 0 0.2
HSL 269.41º 0.33% 0.7% -
HSV(B) 269.41º 0.25% 0.8% -
XYZ 40.65 36.61 62.05 -
YUV 166.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 178 153 204 0.13 0.25 0 0.2 269.41 0.33 0.7
Hex B2 99 CC D 19 0 14 10D 21 46
Octal 262 231 314 15 31 0 24 415 41 106
Binary 10110010 10011001 11001100 1101 11001 0 10100 100001101 100001 1000110

Color Harmonies of #B299CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B299CC

Black with #B299CC

Text Example


Text Example

White with #B299CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B299CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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