Html Css Color HEX #B298CB Biloba Flower

📋 copy color: '#B298CB'

red 178 ◦ green 152 ◦ blue 203

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

Shades of Biloba Flower #B298CB

Tints of Biloba Flower #B298CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 33.4%
G = 28.52%
B = 38.09%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B298CB (or 0xB298CB) is known color: Biloba Flower. HEX triplet: B2, 98 and CB. RGB value is (178,152,203). Sum of RGB (Red+Green+Blue) = 178+152+203=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #B298CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B298CB is #4D6734. Grayscale: #A5A5A5. Windows color (decimal): -5072693 or 13342898. OLE color: 13342898.

HSL color Cylindrical-coordinate representation of color #B298CB: hue angle of 270.59º 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 #B298CB is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 152 203 -
CMYK 0.12 0.25 0 0.20
HSL 270.59º 0.33% 0.7% -
HSV(B) 270.59º 0.25% 0.8% -
XYZ 40.37 36.23 61.37 -
YUV 165.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 178 152 203 0.12 0.25 0 0.20 270.59 0.33 0.7
Hex B2 98 CB C 19 0 14 10F 21 46
Octal 262 230 313 14 31 0 24 417 41 106
Binary 10110010 10011000 11001011 1100 11001 0 10100 100001111 100001 1000110

Color Harmonies of #B298CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B298CB

Black with #B298CB

Text Example


Text Example

White with #B298CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B298CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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