Html Css Color HEX #BFE088 Sulu

📋 copy color: '#BFE088'

red 191 ◦ green 224 ◦ blue 136

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

Shades of Sulu #BFE088

Tints of Sulu #BFE088

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.65%

 BLUE value IS 136 (53.52% from 255) = 24.68%

R = 34.66%
G = 40.65%
B = 24.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#BFE088 (or 0xBFE088) is known color: Sulu. HEX triplet: BF, E0 and 88. RGB value is (191,224,136). Sum of RGB (Red+Green+Blue) = 191+224+136=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE088 is #401F77. Grayscale: #CCCCCC. Windows color (decimal): -4202360 or 8970431. OLE color: 8970431.

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

Color convert

RGB 191 224 136 -
CMYK 0.15 0 0.39 0.12
HSL 82.5º 0.59% 0.71% -
HSV(B) 82.5º 0.39% 0.88% -
XYZ 52.59 66.17 33.29 -
YUV 204.1 89.57 118.66 -
System Red Green Blue C M Y K H S L
Decimal 191 224 136 0.15 0 0.39 0.12 82.5 0.59 0.71
Hex BF E0 88 F 0 27 C 52 3B 47
Octal 277 340 210 17 0 47 14 122 73 107
Binary 10111111 11100000 10001000 1111 0 100111 1100 1010010 111011 1000111

Color Harmonies of #BFE088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE088

Black with #BFE088

Text Example


Text Example

White with #BFE088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE088; }

 p { color: rgb(191,224,136); }

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

background-color css

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

 a { background-color: rgb(191,224,136); }

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

border-color css

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

 span { border-color: rgb(191,224,136); }

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