Html Css Color HEX #B998CF Biloba Flower

📋 copy color: '#B998CF'

red 185 ◦ green 152 ◦ blue 207

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

Shades of Biloba Flower #B998CF

Tints of Biloba Flower #B998CF

RGB

 RED value IS 185 (72.66% from 255) = 34.01%

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

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

R = 34.01%
G = 27.94%
B = 38.05%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B998CF (or 0xB998CF) is known color: Biloba Flower. HEX triplet: B9, 98 and CF. RGB value is (185,152,207). Sum of RGB (Red+Green+Blue) = 185+152+207=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 207 - color contains mainly: blue. Hex color #B998CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998CF is #466730. Grayscale: #A7A7A7. Windows color (decimal): -4613937 or 13605049. OLE color: 13605049.

HSL color Cylindrical-coordinate representation of color #B998CF: hue angle of 276º 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 #B998CF is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 152 207 -
CMYK 0.11 0.27 0 0.19
HSL 276º 0.36% 0.7% -
HSV(B) 276º 0.27% 0.81% -
XYZ 42.5 37.28 63.99 -
YUV 168.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 185 152 207 0.11 0.27 0 0.19 276 0.36 0.7
Hex B9 98 CF B 1B 0 13 114 24 46
Octal 271 230 317 13 33 0 23 424 44 106
Binary 10111001 10011000 11001111 1011 11011 0 10011 100010100 100100 1000110

Color Harmonies of #B998CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998CF

Black with #B998CF

Text Example


Text Example

White with #B998CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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