Html Css Color HEX #B08CED Biloba Flower

📋 copy color: '#B08CED'

red 176 ◦ green 140 ◦ blue 237

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

Shades of Biloba Flower #B08CED

Tints of Biloba Flower #B08CED

RGB

 RED value IS 176 (69.14% from 255) = 31.83%

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

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

R = 31.83%
G = 25.32%
B = 42.86%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B08CED (or 0xB08CED) is known color: Biloba Flower. HEX triplet: B0, 8C and ED. RGB value is (176,140,237). Sum of RGB (Red+Green+Blue) = 176+140+237=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #B08CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08CED is #4F7312. Grayscale: #A1A1A1. Windows color (decimal): -5206803 or 15568048. OLE color: 15568048.

HSL color Cylindrical-coordinate representation of color #B08CED: hue angle of 262.27º 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 #B08CED is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 140 237 -
CMYK 0.26 0.41 0 0.07
HSL 262.27º 0.73% 0.74% -
HSV(B) 262.27º 0.41% 0.93% -
XYZ 42.57 34.1 84.46 -
YUV 161.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 176 140 237 0.26 0.41 0 0.07 262.27 0.73 0.74
Hex B0 8C ED 1A 29 0 7 106 49 4A
Octal 260 214 355 32 51 0 7 406 111 112
Binary 10110000 10001100 11101101 11010 101001 0 111 100000110 1001001 1001010

Color Harmonies of #B08CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08CED

Black with #B08CED

Text Example


Text Example

White with #B08CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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