Html Css Color HEX #BFE08C Sulu

📋 copy color: '#BFE08C'

red 191 ◦ green 224 ◦ blue 140

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

Shades of Sulu #BFE08C

Tints of Sulu #BFE08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.23%

R = 34.41%
G = 40.36%
B = 25.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#BFE08C (or 0xBFE08C) is known color: Sulu. HEX triplet: BF, E0 and 8C. RGB value is (191,224,140). Sum of RGB (Red+Green+Blue) = 191+224+140=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE08C is #401F73. Grayscale: #CCCCCC. Windows color (decimal): -4202356 or 9232575. OLE color: 9232575.

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

Color convert

RGB 191 224 140 -
CMYK 0.15 0 0.38 0.12
HSL 83.57º 0.58% 0.71% -
HSV(B) 83.57º 0.38% 0.88% -
XYZ 52.88 66.28 34.82 -
YUV 204.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 191 224 140 0.15 0 0.38 0.12 83.57 0.58 0.71
Hex BF E0 8C F 0 26 C 54 3A 47
Octal 277 340 214 17 0 46 14 124 72 107
Binary 10111111 11100000 10001100 1111 0 100110 1100 1010100 111010 1000111

Color Harmonies of #BFE08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE08C

Black with #BFE08C

Text Example


Text Example

White with #BFE08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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