Html Css Color HEX #B898D0 Biloba Flower

📋 copy color: '#B898D0'

red 184 ◦ green 152 ◦ blue 208

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

Shades of Biloba Flower #B898D0

Tints of Biloba Flower #B898D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.24%

R = 33.82%
G = 27.94%
B = 38.24%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B898D0 (or 0xB898D0) is known color: Biloba Flower. HEX triplet: B8, 98 and D0. RGB value is (184,152,208). Sum of RGB (Red+Green+Blue) = 184+152+208=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #B898D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B898D0 is #47672F. Grayscale: #A7A7A7. Windows color (decimal): -4679472 or 13670584. OLE color: 13670584.

HSL color Cylindrical-coordinate representation of color #B898D0: hue angle of 274.29º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B898D0 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 152 208 -
CMYK 0.12 0.27 0 0.18
HSL 274.29º 0.37% 0.71% -
HSV(B) 274.29º 0.27% 0.82% -
XYZ 42.38 37.2 64.62 -
YUV 167.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 184 152 208 0.12 0.27 0 0.18 274.29 0.37 0.71
Hex B8 98 D0 C 1B 0 12 112 25 47
Octal 270 230 320 14 33 0 22 422 45 107
Binary 10111000 10011000 11010000 1100 11011 0 10010 100010010 100101 1000111

Color Harmonies of #B898D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B898D0

Black with #B898D0

Text Example


Text Example

White with #B898D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B898D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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