Html Css Color HEX #B298CF Biloba Flower

📋 copy color: '#B298CF'

red 178 ◦ green 152 ◦ blue 207

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

Shades of Biloba Flower #B298CF

Tints of Biloba Flower #B298CF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.31%

 BLUE value IS 207 (81.25% from 255) = 38.55%

R = 33.15%
G = 28.31%
B = 38.55%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B298CF (or 0xB298CF) is known color: Biloba Flower. HEX triplet: B2, 98 and CF. RGB value is (178,152,207). Sum of RGB (Red+Green+Blue) = 178+152+207=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #B298CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298CF is #4D6730. Grayscale: #A5A5A5. Windows color (decimal): -5072689 or 13605042. OLE color: 13605042.

HSL color Cylindrical-coordinate representation of color #B298CF: hue angle of 268.36º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B298CF is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 152 207 -
CMYK 0.14 0.27 0 0.19
HSL 268.36º 0.36% 0.7% -
HSV(B) 268.36º 0.27% 0.81% -
XYZ 40.85 36.43 63.91 -
YUV 166.04 151.11 136.53 -
System Red Green Blue C M Y K H S L
Decimal 178 152 207 0.14 0.27 0 0.19 268.36 0.36 0.7
Hex B2 98 CF E 1B 0 13 10C 24 46
Octal 262 230 317 16 33 0 23 414 44 106
Binary 10110010 10011000 11001111 1110 11011 0 10011 100001100 100100 1000110

Color Harmonies of #B298CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B298CF

Black with #B298CF

Text Example


Text Example

White with #B298CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B298CF; }

 p { color: rgb(178,152,207); }

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

background-color css

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

 a { background-color: rgb(178,152,207); }

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

border-color css

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

 span { border-color: rgb(178,152,207); }

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