Html Css Color HEX #B298CA Biloba Flower

📋 copy color: '#B298CA'

red 178 ◦ green 152 ◦ blue 202

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

Shades of Biloba Flower #B298CA

Tints of Biloba Flower #B298CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.97%

R = 33.46%
G = 28.57%
B = 37.97%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B298CA (or 0xB298CA) is known color: Biloba Flower. HEX triplet: B2, 98 and CA. RGB value is (178,152,202). Sum of RGB (Red+Green+Blue) = 178+152+202=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #B298CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298CA is #4D6735. Grayscale: #A5A5A5. Windows color (decimal): -5072694 or 13277362. OLE color: 13277362.

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

Color convert

RGB 178 152 202 -
CMYK 0.12 0.25 0 0.21
HSL 271.2º 0.32% 0.69% -
HSV(B) 271.2º 0.25% 0.79% -
XYZ 40.25 36.19 60.74 -
YUV 165.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 178 152 202 0.12 0.25 0 0.21 271.2 0.32 0.69
Hex B2 98 CA C 19 0 15 10F 20 45
Octal 262 230 312 14 31 0 25 417 40 105
Binary 10110010 10011000 11001010 1100 11001 0 10101 100001111 100000 1000101

Color Harmonies of #B298CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B298CA

Black with #B298CA

Text Example


Text Example

White with #B298CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B298CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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