Html Css Color HEX #B898D3 Biloba Flower

📋 copy color: '#B898D3'

red 184 ◦ green 152 ◦ blue 211

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

Shades of Biloba Flower #B898D3

Tints of Biloba Flower #B898D3

RGB

 RED value IS 184 (72.27% from 255) = 33.64%

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

 BLUE value IS 211 (82.81% from 255) = 38.57%

R = 33.64%
G = 27.79%
B = 38.57%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B898D3 (or 0xB898D3) is known color: Biloba Flower. HEX triplet: B8, 98 and D3. RGB value is (184,152,211). Sum of RGB (Red+Green+Blue) = 184+152+211=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 211 - color contains mainly: blue. Hex color #B898D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898D3 is #47672C. Grayscale: #A8A8A8. Windows color (decimal): -4679469 or 13867192. OLE color: 13867192.

HSL color Cylindrical-coordinate representation of color #B898D3: hue angle of 272.54º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B898D3 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 184 152 211 -
CMYK 0.13 0.28 0 0.17
HSL 272.54º 0.4% 0.71% -
HSV(B) 272.54º 0.28% 0.83% -
XYZ 42.75 37.35 66.58 -
YUV 168.29 152.1 139.2 -
System Red Green Blue C M Y K H S L
Decimal 184 152 211 0.13 0.28 0 0.17 272.54 0.4 0.71
Hex B8 98 D3 D 1C 0 11 111 28 47
Octal 270 230 323 15 34 0 21 421 50 107
Binary 10111000 10011000 11010011 1101 11100 0 10001 100010001 101000 1000111

Color Harmonies of #B898D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B898D3

Black with #B898D3

Text Example


Text Example

White with #B898D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B898D3; }

 p { color: rgb(184,152,211); }

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

background-color css

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

 a { background-color: rgb(184,152,211); }

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

border-color css

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

 span { border-color: rgb(184,152,211); }

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