Html Css Color HEX #B88CED Biloba Flower

📋 copy color: '#B88CED'

red 184 ◦ green 140 ◦ blue 237

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

Shades of Biloba Flower #B88CED

Tints of Biloba Flower #B88CED

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.96%

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 32.8%
G = 24.96%
B = 42.25%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B88CED (or 0xB88CED) is known color: Biloba Flower. HEX triplet: B8, 8C and ED. RGB value is (184,140,237). Sum of RGB (Red+Green+Blue) = 184+140+237=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #B88CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88CED is #477312. Grayscale: #A3A3A3. Windows color (decimal): -4682515 or 15568056. OLE color: 15568056.

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

Color convert

RGB 184 140 237 -
CMYK 0.22 0.41 0 0.07
HSL 267.22º 0.73% 0.74% -
HSV(B) 267.22º 0.41% 0.93% -
XYZ 44.43 35.06 84.55 -
YUV 164.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 184 140 237 0.22 0.41 0 0.07 267.22 0.73 0.74
Hex B8 8C ED 16 29 0 7 10B 49 4A
Octal 270 214 355 26 51 0 7 413 111 112
Binary 10111000 10001100 11101101 10110 101001 0 111 100001011 1001001 1001010

Color Harmonies of #B88CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88CED

Black with #B88CED

Text Example


Text Example

White with #B88CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88CED; }

 p { color: rgb(184,140,237); }

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

background-color css

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

 a { background-color: rgb(184,140,237); }

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

border-color css

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

 span { border-color: rgb(184,140,237); }

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