Html Css Color HEX #BFE180 Sulu

📋 copy color: '#BFE180'

red 191 ◦ green 225 ◦ blue 128

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

Shades of Sulu #BFE180

Tints of Sulu #BFE180

RGB

 RED value IS 191 (75% from 255) = 35.11%

 GREEN value IS 225 (88.28% from 255) = 41.36%

 BLUE value IS 128 (50.39% from 255) = 23.53%

R = 35.11%
G = 41.36%
B = 23.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#BFE180 (or 0xBFE180) is known color: Sulu. HEX triplet: BF, E1 and 80. RGB value is (191,225,128). Sum of RGB (Red+Green+Blue) = 191+225+128=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE180 is #401E7F. Grayscale: #CCCCCC. Windows color (decimal): -4202112 or 8446399. OLE color: 8446399.

HSL color Cylindrical-coordinate representation of color #BFE180: hue angle of 81.03º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFE180 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 225 128 -
CMYK 0.15 0 0.43 0.12
HSL 81.03º 0.62% 0.69% -
HSV(B) 81.03º 0.43% 0.88% -
XYZ 52.31 66.49 30.5 -
YUV 203.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 191 225 128 0.15 0 0.43 0.12 81.03 0.62 0.69
Hex BF E1 80 F 0 2B C 51 3E 45
Octal 277 341 200 17 0 53 14 121 76 105
Binary 10111111 11100001 10000000 1111 0 101011 1100 1010001 111110 1000101

Color Harmonies of #BFE180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE180

Black with #BFE180

Text Example


Text Example

White with #BFE180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE180; }

 p { color: rgb(191,225,128); }

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

background-color css

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

 a { background-color: rgb(191,225,128); }

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

border-color css

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

 span { border-color: rgb(191,225,128); }

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