Html Css Color HEX #B488EE Biloba Flower

📋 copy color: '#B488EE'

red 180 ◦ green 136 ◦ blue 238

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

Shades of Biloba Flower #B488EE

Tints of Biloba Flower #B488EE

RGB

 RED value IS 180 (70.7% from 255) = 32.49%

 GREEN value IS 136 (53.52% from 255) = 24.55%

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 32.49%
G = 24.55%
B = 42.96%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B488EE (or 0xB488EE) is known color: Biloba Flower. HEX triplet: B4, 88 and EE. RGB value is (180,136,238). Sum of RGB (Red+Green+Blue) = 180+136+238=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #B488EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B488EE is #4B7711. Grayscale: #A0A0A0. Windows color (decimal): -4945682 or 15632564. OLE color: 15632564.

HSL color Cylindrical-coordinate representation of color #B488EE: hue angle of 265.88º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B488EE is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 136 238 -
CMYK 0.24 0.43 0 0.07
HSL 265.88º 0.75% 0.73% -
HSV(B) 265.88º 0.43% 0.93% -
XYZ 43.06 33.48 85.08 -
YUV 160.78 171.58 141.71 -
System Red Green Blue C M Y K H S L
Decimal 180 136 238 0.24 0.43 0 0.07 265.88 0.75 0.73
Hex B4 88 EE 18 2B 0 7 10A 4B 49
Octal 264 210 356 30 53 0 7 412 113 111
Binary 10110100 10001000 11101110 11000 101011 0 111 100001010 1001011 1001001

Color Harmonies of #B488EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488EE

Black with #B488EE

Text Example


Text Example

White with #B488EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488EE; }

 p { color: rgb(180,136,238); }

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

background-color css

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

 a { background-color: rgb(180,136,238); }

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

border-color css

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

 span { border-color: rgb(180,136,238); }

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